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
Attempting to install pandana on python 3.10.x with pip fails because it requires tables>=3.1, <3.7; which is not supported through pip on python 3.10 (see: PyTables/PyTables#909)
@thomastu I ran into this same issue when trying to use 3.10 today. Looks like you're still waiting on approval on your PR. Have you found any workarounds in the meantime?
Description of the bug
Attempting to install pandana on python 3.10.x with pip fails because it requires
tables>=3.1, <3.7;
which is not supported through pip on python 3.10 (see: PyTables/PyTables#909)Environment
Operating system: Ubuntu 22.04
Python version: 3.10.4
Pandana version: (attempting to install) 0.6.1
Pandana required packages versions (optional):
tables==3.6.1
Paste the code that reproduces the issue here:
Paste the error message (if applicable):
The text was updated successfully, but these errors were encountered: