You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/ .)
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.
Reproducing code
The text was updated successfully, but these errors were encountered: