python-esppy
python-esppy copied to clipboard
Pip and conda repositories update
It's pretty simple, the pip repo, by default, is installing esppy 1.0, to install a newer version you have to explicitly do so:
pip install sas-esppy==7.1
The conda repo doesn't even have anything other than 1.0
conda search -f -c sas-institute sas-esppy
The problem in both cases is that esppy 1.0 doesn't even work anymore with newer ESP versions, probably due to api change.
The issue is just to make that more clear