We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line references setuptools.command.test.test that doesn't exist in setuptools-63.1.0:
setuptools.command.test.test
setuptools-63.1.0
===> Configuring for py311-segyio-1.9.12 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 98, in <module> cmdclass = { 'test': setuptools.command.test.test }, ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'setuptools.command' has no attribute 'test' *** Error code 1
Python-3.11 FreeBSD 14.1
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think this should be fixed if #576 gets merged.
Sorry, something went wrong.
No branches or pull requests
This line references
setuptools.command.test.test
that doesn't exist insetuptools-63.1.0
:Python-3.11
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: