-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ResolutionTooDeep(max_rounds) #12395
Comments
Need to know the exact contents of your |
the requirements.txt: hydra-core==0.11.3 ./pointnet2_ops_lib/. the problem start after installing the files I have inside the ./pointnet2_ops_lib/. |
Based on this requirements file I assume you are trying to install https://github.com/erikwijmans/Pointnet2_PyTorch This project unfortunately does not seem to be maintained and therefore does not provide an install guide which works with the latest versions of libraries. However I was able to successfully install on Windows with Python 3.7 as so:
Follow or adapt these instructions to your own needs, but importantly you must run on the latest version of Pip (23.3.1) to report issues that might be a Pip bug here. Let me know after following these instructions if you still have any issues. |
First thank you so much for helping me, you are saving my life, I have run the commands above and all good but I have received this bug: × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Running this command: You can installed typing extensions manually This definetly isn't a Pip issue anymore though. If you have any further problems you would be best served by reaching out to peers or help forums, such as Python Discuss help category, /r/learnpython on reddit, Python Discord's #help-* channels, #python on Libera.chat (IRC), python-list or python-tutor mailing lists, or StackOverflow. |
I have installed it and even checked the installed libraries inside the python. I will clean the environment, and reinstall it. Will let you know. |
Successfully built pointnet2-ops It's working!!!! I have no enough words to thank you. Thank you so much! may god bless you. |
Sorry for bothering you, I have run this command python setup.py build_ext --inplace and received this bug: Generating code I see the targeted file where it's located, can I copy and paste it to the desired location? or it's not the correct way. |
I can not assist you, check the project issues, documentation, or the links to online support channels I gave you above. |
Thank you so much! much appreciated. ^_^ |
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
The text was updated successfully, but these errors were encountered: