Open wedgef5 opened 5 months ago
I'm having a similar issue running Python 3.12. After following the "installing using package managers" steps. I was able to make an environment and activate the environment, but can't download the sharppy package.
Recreate Error:
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.
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):
**