Closed ptiede closed 2 months ago
Paul,
There's some chaos in the python world these days, but here's a recipe for installing under python 3.11:
So to dodge these 2 problems:
pip install -U setuptools
git clone git@github.com:wumpus/pandas-appender.git pandas-appender-paul
- python_requires=">=3.6.*",
+ python_requires=">=3.6",
pip install .
cd ..
git clone git@github.com:wumpus/paramsurvey.git paramsurvey-paul
- python_requires=">=3.7.*",
+ python_requires=">=3.7",
pip install .
I would release new packages to fix this, but, setuptools-scm
has been broken for a while and that causes me problems. Maybe that's fixed, I'll look again.
Oh, man, the pandas guys removed DataFrame.append() after all &$#&^^$*#$^&
Paul, I have pushed new versions of pandas-appender and paramsurvey to pypi which ought to fix this problem.
There is a (new) limitation of numpy<2, however.
Paul, the latest release should keep you happy.
I am having an issue installing paramsurvey on my machine. I am guessing this has to do with the fact that I just had to update my system to python 3.11. When I try to pip install paramsurvey I get the following error:
This suggests the fix
pip install --use-pep517
but that still fails on my machine with the error