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

Installation of 9.2.0.x fails for Python 3.9.1 #115

Closed
ktelep opened this issue Jan 29, 2021 · 2 comments
Closed

Installation of 9.2.0.x fails for Python 3.9.1 #115

ktelep opened this issue Jan 29, 2021 · 2 comments

Comments

@ktelep
Copy link

ktelep commented Jan 29, 2021

Appears that Python 3.9.1 is the latest stable release and is the default download for Windows from python.org. Looks like setup.py just needs to be inclusive of 3.9.1, as this change on my system works, but didn't know what additional testing may need to be done before this update is made to the package as a whole.

It appears the addition of python_requires to setup.py is the culprit, and why pip installs 9.1.0.5 as default for Python 3.9.1 installs.

@ktelep ktelep changed the title Installation fails for Python 3.9.1 Installation of 9.2.0.x fails for Python 3.9.1 Jan 29, 2021
@helenwalsh
Copy link
Contributor

Thank you for bringing this to our attention. It may not factor the patch number in the following line

python_requires='>=3.6, <=3.9',

We will look into this.
Kind regards,
Helen

@helenwalsh
Copy link
Contributor

This has been fixed in PyU4V 9.2.0.7. Please let us know if you have any further issues. Thank you.

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