resistics / resistics

Robust magnetotelluric processing code for Python 3
MIT License
34 stars 12 forks source link

I couldn't find the resistics 1.0 in PIPY and how can I install it? #17

Closed wsheat closed 2 years ago

wsheat commented 2 years ago

image image

wsheat commented 2 years ago

I've found out the way to install the newest resistics and resistics-reader by downloading them in github and install them loaclly in the local catalogue. And I'm wondering whether we should use the resistics-reader with resistics-1.0?

nss350 commented 2 years ago

Hi, If you go to PYPI, you can see the command to use to install a particular version (including pre-releases). https://pypi.org/project/resistics/1.0.0a3/ There is a release history on the left hand side which shows all versions. By default, pypi installs the last stable version, which was version 0.0.6 as resistics 1.0.0 is still pre-release (there are a few bugs that I need to iron out).

The resistics-readers package should be used with 1.0.0a3. https://pypi.org/project/resistics-readers/

I will close for now, but reopen if you continue to have issues.