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

Dependency Issue: Update requirements.txt to Support Python 3.13 #3

Open
sungdukyu opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@sungdukyu
Copy link

sungdukyu commented Nov 1, 2024

Hello,

Thank you so much for open-sourcing this useful package for spatial encoding!

I encountered version compatibility issues while installing the dependencies listed in main/requirements.txt with Python 3.13:

  • pandas==2.1.3 has a conflict with Python 3.13. This was resolved by downgrading to Python 3.10.
  • torchvision==0.4.0 could not be installed, returning an error message. This was resolved by upgrading to torchvision==0.18.0
ERROR: Ignored the following yanked versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3, 0.15.0
ERROR: Could not find a version that satisfies the requirement torchvision==0.4.0 (from versions: 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.17.2, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 0.20.0, 0.20.1)
ERROR: No matching distribution found for torchvision==0.4.0

Could you please update requirements.txt to specify compatible versions for Python 3.13, or clarify the Python version requirements?

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