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

tables sub-dependency versions conflict with python 3.10 compatibility when installing with pip #177

Open
thomastu opened this issue Apr 27, 2022 · 1 comment

Comments

@thomastu
Copy link
Contributor

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:

pip install pandana==0.6.1

Paste the error message (if applicable):

error: legacy-install-failure

× Encountered error while trying to install package.
╰─> tables

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
@the-matt-morris
Copy link

@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?

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

2 participants