smousavi05 / EQTransformer

EQTransformer, a python package for earthquake signal detection and phase picking using AI.
https://rebrand.ly/EQT-documentations
MIT License
301 stars 148 forks source link

Conda installation issues #131

Closed ktagen-sudo closed 2 years ago

ktagen-sudo commented 2 years ago

Hi I am running into an error message when trying to install the package with conda:

Unable to retrieve repodata (response: 404) for https://conda.anaconda.org/smousavi05/linux-64/current_repodata.json

Did you mean:

https://conda.anaconda.org/smirarab/linux-64/repodata.json ?

Also, when trying to install it with python I get the following error:

 File "/opt/spack/opt/spack/linux-centos7-haswell/gcc-10.2.0/python-3.9.12-246uxetzvhguenowcodryp3rmthkqzv3/lib/python3.9/zipfile.py", line 1438, in getinfo
    raise KeyError(
KeyError: "There is no item named 'nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/WHEEL' in the archive"

I was able to install it successfully with pip though

smousavi05 commented 2 years ago

@ktagen-sudo please try installing it using either Pip or directly from GitHub. The GitHub version is more recent.

ktagen-sudo commented 2 years ago

Thank you @smousavi05! I installed it with pip install EQTransformer -U