-
Notifications
You must be signed in to change notification settings - Fork 432
pip install failure for Python 3.10 #808
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
Comments
I think the problem comes from PyTorch dependency as they have not officially released wheels for python 3.10 so for this python version you would need to compile PyTorch from the source... the binaries for python 3.10 are expected for PT 1.11 |
So, I suggest either dropping the Python 3.10 support claim or adding specific 3.10 installation instructions to the documentation as a form of weak support. |
@inpefess you are correct. For now, we certainly need to remove the badge. |
@inpefess I opened a PR to fix this, the badge will only update after the next release. However, we want to wait with that one for all reviews. Are you fine with that? Can you install it with python <3.10? |
ok, I'll add docs for building TM with PT from source as this is not limitation of TM but PT |
Sure, I've already done that! Thank you.
Yes, I think it's not a question of tags but the documentation. If it mentions that for Python 3.10, one should use Anaconda, no one will probably try doing something like I did. But I noticed the badge, executed the first line from the docs, and failed. |
🐛 Bug
pip fails to install required dependencies
To Reproduce
Steps to reproduce the behavior:
Expected behavior
pip
instals all dependencies itself and then installstorchmetrics
.Environment
conda
,pip
, source): pipThe text was updated successfully, but these errors were encountered: