Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable To Install #90

Open
TheAutonomous opened this issue Apr 20, 2023 · 0 comments
Open

Unable To Install #90

TheAutonomous opened this issue Apr 20, 2023 · 0 comments

Comments

@TheAutonomous
Copy link

Every time I try to install the model it fails. Something to do with deepspeed:

PS D:\AbigailAI> pip install git+https://github.com/enhuiz/vall-e Collecting git+https://github.com/enhuiz/vall-e Cloning https://github.com/enhuiz/vall-e to c:\users\caleb\appdata\local\temp\pip-req-build-ss20mm_r Running command git clone -q https://github.com/enhuiz/vall-e 'C:\Users\Caleb\AppData\Local\Temp\pip-req-build-ss20mm_r' Resolved https://github.com/enhuiz/vall-e to commit 3476d393d2133fa9b50d5ad999ca13b95fc22060 Running command git submodule update --init --recursive -q Collecting coloredlogs>=15.0.1 Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) Collecting deepspeed>=0.7.7 Using cached deepspeed-0.9.0.tar.gz (764 kB) ERROR: Command errored out with exit status 1: command: 'C:\Users\Caleb\AppData\Local\Programs\Python\Python310\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Caleb\\AppData\\Local\\Temp\\pip-install-yjoohbrz\\deepspeed_ba2060fac11142d089eab369bb83e1a9\\setup.py'"'"'; __file__='"'"'C:\\Users\\Caleb\\AppData\\Local\\Temp\\pip-install-yjoohbrz\\deepspeed_ba2060fac11142d089eab369bb83e1a9\\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 'C:\Users\Caleb\AppData\Local\Temp\pip-pip-egg-info-1qcsavw3' cwd: C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_ba2060fac11142d089eab369bb83e1a9\ Complete output (14 lines): No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.5' Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_ba2060fac11142d089eab369bb83e1a9\setup.py", line 157, in <module> abort(f"Unable to pre-compile {op_name}") File "C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_ba2060fac11142d089eab369bb83e1a9\setup.py", line 51, in abort assert False, msg AssertionError: Unable to pre-compile async_io [WARNING] Torch did not find cuda available, if cross-compiling or running with cpu only you can ignore this message. Adding compute capability for Pascal, Volta, and Turing (compute capabilities 6.0, 6.1, 6.2) DS_BUILD_OPS=1 [WARNING] async_io requires the dev libaio .so object and headers but these were not found. [WARNING] If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found. [WARNING] One can disable async_io with DS_BUILD_AIO=0 [ERROR] Unable to pre-compile async_io ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/fb/68/99dd7c647aeb1c7e2af16c7fc23a3ca5891fc6e0b2438f730aeaf6ff06f4/deepspeed-0.9.0.tar.gz#sha256=1301e73b1f52ec857197c1189a263ec2b17c833312bf7cbac74ddb1d6aca142d (from https://pypi.org/simple/deepspeed/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached deepspeed-0.8.3.tar.gz (765 kB) ERROR: Command errored out with exit status 1: command: 'C:\Users\Caleb\AppData\Local\Programs\Python\Python310\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Caleb\\AppData\\Local\\Temp\\pip-install-yjoohbrz\\deepspeed_11e95f50716c4bbe89a3523a4ad82364\\setup.py'"'"'; __file__='"'"'C:\\Users\\Caleb\\AppData\\Local\\Temp\\pip-install-yjoohbrz\\deepspeed_11e95f50716c4bbe89a3523a4ad82364\\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 'C:\Users\Caleb\AppData\Local\Temp\pip-pip-egg-info-jaxcj4nj' cwd: C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_11e95f50716c4bbe89a3523a4ad82364\ Complete output (14 lines): No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.5' Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_11e95f50716c4bbe89a3523a4ad82364\setup.py", line 156, in <module> abort(f"Unable to pre-compile {op_name}") File "C:\Users\Caleb\AppData\Local\Temp\pip-install-yjoohbrz\deepspeed_11e95f50716c4bbe89a3523a4ad82364\setup.py", line 48, in abort assert False, msg AssertionError: Unable to pre-compile async_io [WARNING] Torch did not find cuda available, if cross-compiling or running with cpu only you can ignore this message. Adding compute capability for Pascal, Volta, and Turing (compute capabilities 6.0, 6.1, 6.2) DS_BUILD_OPS=1 [WARNING] async_io requires the dev libaio .so object and headers but these were not found. [WARNING] If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found. [WARNING] One can disable async_io with DS_BUILD_AIO=0 [ERROR] Unable to pre-compile async_io ---------------------------------------- (Continues To Try To Download Older Versions)

Any fix to this or is my hardware incapable of supporting this? Do I need to have a version of pytorch that supports my cuda or something?

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

No branches or pull requests

1 participant