Open JoeSgambellone opened 7 months ago
Hi, thanks for your detailed description and apologies for my late reply. I suggest you look at this repo instead: https://github.com/hviidhenrik/pySPC - it is more updated. I no longer maintain the first one, as it was a project I used mainly for my PhD. I hope you make it work, and thanks for your interest in SPC!
Hi. I tried installing your SPC package and ran into issues. First, it failed because I didn't have ez_setup, so I installed it (it's missing from your dependency list).
Next, I'm getting this error:
py -m pip install spc
Defaulting to user installation because normal site-packages is not writeable Collecting spc Using cached spc-0.3.tar.gz (4.3 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [32 lines of output] Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz Traceback (most recent call last): File "C:\Users\MyName\AppData\Roaming\Python\Python39\site-packages\ez_setup.py", line 143, in use_setuptools raise ImportError ImportError
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
I updated setuptools, but that didn't seem to help. Thank you for writing this package and I hope to get it going soon. Thanks!