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
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?
The text was updated successfully, but these errors were encountered:
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:Could you please update requirements.txt to specify compatible versions for Python 3.13, or clarify the Python version requirements?
The text was updated successfully, but these errors were encountered: