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

pip install doesn't install the correct versions of fastai #117

Open
onedeeper opened this issue Nov 9, 2022 · 1 comment
Open

pip install doesn't install the correct versions of fastai #117

onedeeper opened this issue Nov 9, 2022 · 1 comment

Comments

@onedeeper
Copy link

onedeeper commented Nov 9, 2022

I see that fastai == 2.3.1 but when I run pip install fastaudio, fastai version 2.1.9 and fastaudio 0.1.4 gets installed and I don't understand why. It also happens when I have it in a requirements document and try to create a docker container.

This leads to an error when I do from **from fastai.vision.all import ***

When I try to force pip install fastaudio==1.0.2 I get

#16 1.136 ERROR: Could not find a version that satisfies the requirement torchaudio<0.9,>=0.7 (from fastaudio) (from versions: 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.12.1, 0.13.0) #16 1.136 ERROR: No matching distribution found for torchaudio<0.9,>=0.7

Any ideas to help fix this would be appreciated :)

@ryaudio
Copy link

ryaudio commented Jul 25, 2023

I am having a similar problem on Google Colab.

ModuleNotFoundError: No module named 'torchvision.models.utils'

I can't even run the main notebook linked for learning fastaudio
https://colab.research.google.com/github/fastaudio/fastaudio/blob/master/docs/ESC50:%20Environmental%20Sound%20Classification.ipynb

Any help appreciated!

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

2 participants