question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find a version that satisfies the requirement body-visualizer

See original GitHub issue

I’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:open
  • Created a year ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
Kadahcommented, Oct 17, 2022

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:

body-visualizer==1.1.0
configer==1.4.1
psbody-mesh==0.4
pip install git+https://github.com/nghorbani/body_visualizer.git
pip install git+https://github.com/MPI-IS/configer
pip install git+https://github.com/MPI-IS/mesh.git
4reactions
Dene33commented, Oct 10, 2022

Actually, the better way is to change the environment.yaml.

Change body-visualizer==1.1.0 to git+https://github.com/nghorbani/body_visualizer.git and psbody-mesh==0.4 to git+https://github.com/MPI-IS/mesh.git

Read more comments on GitHub >

github_iconTop 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 >
Body Visualizer
Body Visualizer. See your 3D body shape from measurements.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found