Open HyperStudio-2020 opened 2 years ago
Here the error log: it fails when installing pip dependencies
Hi we've recently updated the yaml file. Could you try installing the environment with the new version?
Did you manage to get it to work @HyperStudio-2020? I'm having the same issue here (freshly cloned main branch)
I am also having issue installing the env. Trying this on wsl2 unbuntu 22.04. Here is the log:
conda env create --file text2mesh.yml Channels:
Downloading and Extracting Packages:
Preparing transaction: done Verifying transaction: done Executing transaction: - By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
done Installing pip dependencies: \ Ran pip subprocess with arguments: ['/home/ead/anaconda3/envs/text2mesh/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/ead/Github/text2mesh/condaenv.s4s6kdc0.requirements.txt', '--exists-action=b'] Pip subprocess output: Collecting git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 (from -r /home/ead/Github/text2mesh/condaenv.s4s6kdc0.requirements.txt (line 1)) Cloning https://github.com/openai/CLIP.git (to revision d50d76daa670286dd6cacf3bcd80b5e4823fc8e1) to /tmp/pip-req-build-n21spa_n Collecting git+https://github.com/NVIDIAGameWorks/kaolin@a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98 (from -r /home/ead/Github/text2mesh/condaenv.s4s6kdc0.requirements.txt (line 2)) Cloning https://github.com/NVIDIAGameWorks/kaolin (to revision a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98) to /tmp/pip-req-build-a7xivjj4
WARNING: Discarding git+https://github.com/NVIDIAGameWorks/kaolin@a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
failed
CondaEnvException: Pip failed
Tried to udpate the pip in the base env, didn't work
I have anaconda correctly installed, I have an RTX3090 but the conda command just does not work :(