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

Help needed to run the code on Google Colab with Python 3.10.12, Ubuntu 22.04.3, and TensorFlow 2.17.0 #5

Open
golphy-yy opened this issue Oct 23, 2024 · 0 comments

Comments

@golphy-yy
Copy link

golphy-yy commented Oct 23, 2024

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?

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

1 participant