Skip to content
Discussion options

You must be logged in to vote

That is normal.
If you wish to install the CPU-only version,

pip uninstall torch torchvision
pip install torch==2.4.1+cpu torchvision==0.19.1+cpu --index-url https://download.pytorch.org/whl/cpu

Also, your environment is Python 3.8. Many libraries have recently stopped supporting it.
If it doesn't work due to Python 3.8, you may want to install Python 3.10 or later using pyenv, or upgrade Ubuntu to 24.04.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@nagadomi
Comment options

Answer selected by thephatmaster
@thephatmaster
Comment options

@thephatmaster
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants