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 -r requirement.txt not working #3

Open
Sckarge opened this issue Sep 19, 2023 · 3 comments
Open

pip install -r requirement.txt not working #3

Sckarge opened this issue Sep 19, 2023 · 3 comments

Comments

@Sckarge
Copy link

Sckarge commented Sep 19, 2023

I have tried this on linux and on google colab but, neither worked.
Screenshot 2023-09-19 at 12 01 13 PM
(This is happening with multiple packages)

@Twinkle-ce
Copy link

I had this problem too, did you solve it?

@rcyeh
Copy link

rcyeh commented May 17, 2024

Thanks for reporting this. Looks like timm does not have a 0.6.1 release.

https://pypi.org/project/timm/#history

Does any other version work?

@rcyeh
Copy link

rcyeh commented May 30, 2024

Here's a requirement.txt that I got working on with Python 3.7.10. The changes were:

  • timm 0.6.5 instead of 0.6.1
  • corrected spelling of tensorboard-data-server
  • deleted extra scikit-learn entry
  • pandas 1.3.5 instead of 1.4.1
requests==2.27.1
scikit-learn==1.0.2
timm==0.6.5
torch==1.10.2
transformers==4.14.1
torchvision==0.11.3
tqdm==4.63.0
tensorboard==2.10.1
tensorboard-logger==0.1.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
scipy==1.7.3
pandas==1.3.5
pillow==9.0.1

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

3 participants