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: '>=2.7.*' #77

Open
serge678 opened this issue Jul 10, 2023 · 0 comments
Open

Invalid specifier: '>=2.7.*' #77

serge678 opened this issue Jul 10, 2023 · 0 comments

Comments

@serge678
Copy link

I can not built the project using Python3.8 and the latest setuptools. When trying to build with setuptools-68.0.0 the error occurs: Invalid specifier: '>=2.7.*'. With setuptools-56.0.0 the build process succeeds.

Reproduction:

$ git clone https://github.com/mapr/maprdb-python-client
$ cd maprdb-python-client
$ git checkout -b 1.1.6 origin/1.1.6
$ python3.8 -m venv venv38
$ source venv38/bin/activate
$ pip intall --upgrade setuptools
(installs setuptools-68.0.0)
$ python setup.py install
...
error in maprdb_python_client setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=2.7.*'
$

Change specifier 2.7.* to 2.7.0 to fix (untested).

steven-sm added a commit to steven-sm/maprdb-python-client that referenced this issue Dec 2, 2023
Update python_requires from 2.7.* to 2.7.0 for issue mapr#77
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