You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’d like to run my code on Google Colab but ran into some issues. I’d appreciate your guidance on setting up the environment correctly. Here’s my current setup:
Python version: 3.10.12
Operating System: Ubuntu 22.04.3 (Google Colab default)
TensorFlow version: 2.17.0
With this configuration, I encountered a Python version error and a pickle5 version error. I downgraded Python to 3.7.17, but now I’m facing this error :
Collecting torch==1.8.1
Downloading torch-1.8.1-cp37-cp37m-manylinux1_x86_64.whl (804.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.1/804.1 MB 1.5 MB/s eta 0:00:00
Collecting torch_cluster==1.5.9
Downloading torch_cluster-1.5.9.tar.gz (38 kB)
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Could you help me resolve these issues?
The text was updated successfully, but these errors were encountered:
Hi, I’d like to run my code on Google Colab but ran into some issues. I’d appreciate your guidance on setting up the environment correctly. Here’s my current setup:
Python version: 3.10.12
Operating System: Ubuntu 22.04.3 (Google Colab default)
TensorFlow version: 2.17.0
With this configuration, I encountered a Python version error and a pickle5 version error. I downgraded Python to 3.7.17, but now I’m facing this error :
Collecting torch==1.8.1
Downloading torch-1.8.1-cp37-cp37m-manylinux1_x86_64.whl (804.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.1/804.1 MB 1.5 MB/s eta 0:00:00
Collecting torch_cluster==1.5.9
Downloading torch_cluster-1.5.9.tar.gz (38 kB)
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Could you help me resolve these issues?
The text was updated successfully, but these errors were encountered: