Could not find a version that satisfies the requirement body-visualizer
See original GitHub issueI’m getting this error:
E:\AI\HumanML3D>conda env create -f environment.yaml
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.12.0
latest version: 22.9.0
Please update conda by running
$ conda update -n base -c defaults conda
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Installing pip dependencies: \ Ran pip subprocess with arguments:
['C:\\Users\\Abdullah\\miniconda3\\envs\\torch_render\\python.exe', '-m', 'pip', 'install', '-U', '-r', 'E:\\AI\\HumanML3D\\condaenv.842xv54t.requirements.txt']
Pip subprocess output:
Collecting absl-py==1.0.0
Using cached absl_py-1.0.0-py3-none-any.whl (126 kB)
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement body-visualizer
ERROR: No matching distribution found for body-visualizer
failed
CondaEnvException: Pip failed
E:\AI\HumanML3D>
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Issues · EricGuo5513/HumanML3D - GitHub
Could not find a version that satisfies the requirement body-visualizer help wanted Extra attention is needed. #10 opened on Oct 6 by DrMemoryFish....
Read more >python - Could not find a version that satisfies the requirement ...
When I run the second pip install command again, the process is stopped now complaining about another required package and I need to...
Read more >How did I fix the error: "Could not find a version that satisfies ...
In my example the complete error is : ERROR: Could not find a version that satisfies the requirement tkinter (from versions : none)ERROR:...
Read more >Fix could not find a version that satisfies the requirement ...
Error Fix: could not find a version that satisfies the requirement tensorflow from versions No Matching distribution found for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also
configer==1.4.1
, seems the newest on pypi is 1.3.1.So the following need to be installed manually, or updated to point to git instead in envro yml:
Actually, the better way is to change the environment.yaml.
Change
body-visualizer==1.1.0
togit+https://github.com/nghorbani/body_visualizer.git
andpsbody-mesh==0.4
togit+https://github.com/MPI-IS/mesh.git