Skip to content
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

conda env create --file text2mesh.yml does not work :( #16

Open
HyperStudio-2020 opened this issue Mar 30, 2022 · 4 comments
Open

conda env create --file text2mesh.yml does not work :( #16

HyperStudio-2020 opened this issue Mar 30, 2022 · 4 comments

Comments

@HyperStudio-2020
Copy link

I have anaconda correctly installed, I have an RTX3090 but the conda command just does not work :(

@HyperStudio-2020
Copy link
Author

HyperStudio-2020 commented Mar 30, 2022

Here the error log: it fails when installing pip dependencies

TEXT2MESH_ERROR_LOG.txt

@factoryofthesun
Copy link
Contributor

Hi we've recently updated the yaml file. Could you try installing the environment with the new version?

@bruno1308
Copy link

Did you manage to get it to work @HyperStudio-2020? I'm having the same issue here (freshly cloned main branch)

@EadmondDai
Copy link

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:

  • pytorch
  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

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

Pip subprocess error:
Running command git clone -q https://github.com/openai/CLIP.git /tmp/pip-req-build-n21spa_n
Running command git rev-parse -q --verify 'sha^d50d76daa670286dd6cacf3bcd80b5e4823fc8e1'
Running command git fetch -q https://github.com/openai/CLIP.git d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
Running command git checkout -q d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
Running command git clone -q https://github.com/NVIDIAGameWorks/kaolin /tmp/pip-req-build-a7xivjj4
Running command git rev-parse -q --verify 'sha^a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98'
Running command git fetch -q https://github.com/NVIDIAGameWorks/kaolin a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98
Running command git checkout -q a00029e5e093b5a7fe7d3a10bf695c0f01e3bd98
Running command git submodule update --init --recursive -q
ERROR: Command errored out with exit status 1:
command: /home/ead/anaconda3/envs/text2mesh/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-a7xivjj4/setup.py'"'"'; file='"'"'/tmp/pip-req-build-a7xivjj4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ngo3m38i
cwd: /tmp/pip-req-build-a7xivjj4/
Complete output (13 lines):
/tmp/pip-req-build-a7xivjj4/setup.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import parse_version
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-a7xivjj4/setup.py", line 31, in
import torch
File "/home/ead/anaconda3/envs/text2mesh/lib/python3.9/site-packages/torch/init.py", line 201, in
_load_global_deps()
File "/home/ead/anaconda3/envs/text2mesh/lib/python3.9/site-packages/torch/init.py", line 154, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/home/ead/anaconda3/envs/text2mesh/lib/python3.9/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/ead/anaconda3/envs/text2mesh/lib/python3.9/site-packages/torch/lib/../../../../libcublas.so.11: undefined symbol: cublasLtBIIMatmulAlgoGetHeuristic, version libcublasLt.so.11
----------------------------------------
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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants