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

cannot be installed with latest setuptools #79

Closed
ahnitz opened this issue Sep 6, 2021 · 3 comments
Closed

cannot be installed with latest setuptools #79

ahnitz opened this issue Sep 6, 2021 · 3 comments
Assignees

Comments

@ahnitz
Copy link
Contributor

ahnitz commented Sep 6, 2021

The latest versions of setuptools disallow the 'use_2to3' option and will fail. This means that dqsegdb cannot be installed in environments with those versions without downgrading setuptools.

error in dqsegdb setup command: use_2to3 is invalid.

Reproducing code

pip install setuptools --upgrade
pip install dqsegdb
@ahnitz
Copy link
Contributor Author

ahnitz commented Sep 6, 2021

See pypa/setuptools#2769.

@ahnitz
Copy link
Contributor Author

ahnitz commented Sep 6, 2021

2to3 has been dropped as up setuptools 58.0.0, so either dqsegdb should drop using this, or will need to pin to an earlier version of setuptools in its build requires.

@robertbruntz
Copy link
Contributor

This has been resolved. The dqsegdb package will no longer support Python 2, so use_2to3=True has been changed to use_2to3=False in the repo. It will not be available from the version on PyPI until the next full release. (Current version = 1.6.1 - https://pypi.org/project/dqsegdb/ .)

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

3 participants