HumanML3D
HumanML3D copied to clipboard
Could not find a version that satisfies the requirement body-visualizer
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>
I'm having the same problem.
Remove body-visualizer from the .yaml file
After you activate the conda environement, install the repo using
pip install git+https://github.com/nghorbani/body_visualizer.git
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
I'm stilling have issues installing psbody-mesh
ERROR: Failed building wheel for psbody-mesh
Anyone else?
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
Hi, for anyone who is still struggling with the envionment installation, please send an email to [email protected].
Hi I am still struggling with psbody mesh installation. None of these worked for me.
pip install git+https://github.com/MPI-IS/mesh.git
pip install psbody-mesh==0.4
I am on Ubuntu 18.04.6 LTS. Thanks Mohammad
I successfully installed psbody-mesh. Hope these can help you.
First, run
sudo apt-get install libboost-dev
Then
pip install git+https://github.com/MPI-IS/mesh.git
what helped with psbody-mesh installation issues for me was
sudo apt-get install libboost-dev
sudo apt install gcc g++
In centos8, it work for me.
Remove the following from yaml:
body-visualizer==1.1.0
configer==1.4.1
psbody-mesh==0.4
Replace by:
pip install git+https://github.com/nghorbani/body_visualizer.git
pip install git+https://github.com/MPI-IS/configer
sudo yum -y install boost-devel
pip install git+https://github.com/MPI-IS/mesh.git