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

Multiple errors compiling #491

Open
Carlsans opened this issue Oct 2, 2024 · 0 comments
Open

Multiple errors compiling #491

Carlsans opened this issue Oct 2, 2024 · 0 comments

Comments

@Carlsans
Copy link

Carlsans commented Oct 2, 2024

Needed to install cuda 12.1 which is latest supported by pytorch 2.1.2
Torch needed a specific installation using conda :
conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=12.1 -c pytorch -c nvidia
https://pytorch.org/get-started/previous-versions/
Xformer also needed a specific installation :
pip3 install "xformers<0.0.23" --index-url https://download.pytorch.org/whl/cu121

Running AudioTest.py told me that I was running Numpy > 2 and Applied pip install "numpy<2" anyway :
blis 1.0.1 requires numpy<3.0.0,>=2.0.0, but you have numpy 1.26.4 which is incompatible.
thinc 8.3.2 requires numpy<2.1.0,>=2.0.0; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.

Then it worked. You could very well update your install guide since it's really incomplete.

@Carlsans Carlsans changed the title Did not build on python 3.9, worked with 3.11 Multiple errors compiling Oct 3, 2024
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