-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
pip dependencies #493
Comments
+1 |
I got it working with python 3.9.20 and these versions:
|
gradio and gradio client versions also need to be changed:
(I updated my original comment too) |
@nasko25 thanks for this!! ❤️ |
it used to work, it doesnt build anymore... |
There is some issue with the pip freeze:
|
I successfully installed the package using the command channels:
dependencies:
|
Hi! I created the dockerfile for fast deploy: https://github.com/xgensoft/xstools/blob/main/audiocraft/Dockerfile. Can use for github. |
Hi, we fixed the environment requirements, could you check that it works now? |
Can confirm everything installs correctly. Here's a Colab notebook: https://gist.github.com/nateraw/ef5b426aff9b0a5b1e4b246cc8a4750c |
Thanks @simonrouard I can also confirm that install succeeds for me with the latest changes and python 3.9.20 |
Can anyone generate me a working
pip freeze --all
including all dependencies and versions needed by audiocraft?Even since a couple of weeks ago
pip install -e .
stopped working for me because audiocraft is requiring some deprecated functionality from older versions of some dependencies and I have been struggling finding a working combination of dependency versions.The text was updated successfully, but these errors were encountered: