-
Notifications
You must be signed in to change notification settings - Fork 207
Incompatibility with setuptools >= 78.0.0 #383
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
Comments
Suggested fix: #382 |
Workarround: Install setuptools < 78 and add pip install 'setuptools<78'
pip install python-quickbooks --no-build-isolation |
Note that setuptools have rolled back the break: pypa/setuptools#4911 But please make this change anyway since it seems they intend to break it again next year 🤷 |
Fixed in 0.9.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setuptools deprecated dash-separated settings
From NEWS.rst:
Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg. Please ensure to write the options in setup.cfg using the :wiki:lower_snake_case <Snake_case> convention (e.g. Name => name, install-requires => install_requires). This is a follow-up on deprecations introduced in v54.1.0 (see #1608) and v54.1.1 (see #2592).
How to reproduce
The text was updated successfully, but these errors were encountered: