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

autosemver dependency breaking compatibility with Python 3.5 #15

Open
elWanderero opened this issue Jan 8, 2021 · 0 comments
Open

autosemver dependency breaking compatibility with Python 3.5 #15

elWanderero opened this issue Jan 8, 2021 · 0 comments

Comments

@elWanderero
Copy link

flask-shell-bpython's setup requirement autosemver was recently upgraded to version 1.0.0. That version is no longer compatible with Python 3.5 or lower.

However that project does not specify required Python version, meaning that pip still thinks it is compatible with any Python version. So upon doing a fresh install of flask-shell-bpython with Python 3.5 I get a syntax error during install.

I have successfully worked around this problem with Python 3.5.2 by installing the last autosemver version before 1 (i.e autosemver 0.5.5) and with that version everything works fine.

Steps to reproduce:

  1. Create a virtual environment with Python 3.5 (I use miniconda.)
  2. Activate the environment and run pip install --no-cache-dir flask-shell-bpython
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