-
Notifications
You must be signed in to change notification settings - Fork 31
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
Google Colab install geosnap error #184 #369
Comments
thanks for raising this, though I honestly don't think there's a fix on our end. Ultimately this is an issue with the Colab tends to cause headaches because it requires pip and doesn't play nicely with conda (if I were you, I'd request anaconda support over there). Pip is pretty unreliable (for exactly this reason), so we only support conda installs for users. I'm going to close this as out of scope, since it seems specific to colab+pip, though feel free to reopen if you run into problems using the recommended install route. Maybe give codespaces or binder a try instead if you need to run in the cloud |
Thank you for the fast response. |
i think you can thank @smmaurer for that. I think he got a new release of pandana out the door that fixes the outdated anyway, glad its working for you! |
xref: UDST/pandana#183, UDST/pandana#186 |
Description of the bug
Trying to install geosnap on Google Colab but running into issue with "Building wheels for collected packages: tables"
I've tried following command to fix the issue but without any luck.
!pip install tables --upgrade
!pip install wheel setuptools pip --upgrade
!pip install cmake --upgrade
Environment
Operating system: Linux 9e7b8fb3f067 5.15.109+ Migrate code from gitlab to here #1 SMP Fri Jun 9 10:57:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Python version: Python 3.10.6
Geosnap version: geosnap-0.11.0
Paste the code that reproduces the issue here:
`!pip install geosnap`
Paste the error message (if applicable):
The text was updated successfully, but these errors were encountered: