-
Notifications
You must be signed in to change notification settings - Fork 109
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
[BUG] pip install fails on recent versions of Python #255
Comments
I would recommend installing from source rather than a package manager. The package managers appear to be behind where the repo is at which is causing various issues (#254 for example). |
I did try to install from source. More recent Python releases have removed SafeConfigParser from the configparser module. |
` | ^~~~~~~~~~~~~~~~~~~~~~~~~~ note: This error originates from a subprocess, and is likely not a problem with pip. × python setup.py clean did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
I tried to install SHARPpy with Python 3.12. Running
pip install -e .
gave the following error...My Googling revealed that SafeConfigParser was deprecated at Python 3.2 and removed in some later version. I couldn't easily determine in what release it was removed.
Steps to reproduce the behavior:
pip install -e .
with Python 3.12Expected behavior
Install should work with recent versions of Python.
Versioning Information (please complete the following information):
**
The text was updated successfully, but these errors were encountered: