Skip to content

ResolutionTooDeep(max_rounds) #12395

@aghaphd

Description

@aghaphd

Description

I'm using Python 3.7, Py torch 1.4.0 with Cuda 10.1, and during the installation of the POintnet++ I received the error below:

ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_internal\cli\base_command.py", line 160, in exc_logging_wrapper
status = run_func(*args)
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_internal\cli\req_command.py", line 247, in wrapper
return func(self, options, args)
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_internal\commands\install.py", line 401, in run
reqs, check_supported_wheels=not options.target_dir
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_internal\resolution\resolvelib\resolver.py", line 93, in resolve
collected.requirements, max_rounds=try_to_avoid_resolution_too_deep
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 481, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
File "C:\Users\666\anaconda3\envs\PVN3D-pytorch\lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 392, in resolve
raise ResolutionTooDeep(max_rounds)
pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 2000000

I just run this command: pip install -r requirements.txt. I'm not really expertise in this, I wanted to install the PVN3D for my study.

Expected behavior

No response

pip version

22.3.1

Python version

3.7

OS

Win11

How to Reproduce

I have used pip install -r requirements.txt,
and the error message was: pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 2000000

Output

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions