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

Invalid specifier: '>=3.6:' #20

Open
kfuku52 opened this issue Jul 3, 2023 · 1 comment
Open

Invalid specifier: '>=3.6:' #20

kfuku52 opened this issue Jul 3, 2023 · 1 comment

Comments

@kfuku52
Copy link

kfuku52 commented Jul 3, 2023

With python 3.9, I got the following error with python setup.py install when installing the latest SubPhaser.

> python setup.py install
error in subphaser setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6:'

The installation worked well after replacing python_requires='>=3.6:' with python_requires='>=3.6' in setup.py.

@zhangrengang
Copy link
Owner

Ok, I will fix it for compatibility. 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