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

Installation issues with matplotlib #158

Open dcroman opened 1 year ago

dcroman commented 1 year ago

I have been trying to install EQTransformer from the github repo and am unable to do so, due to what seems to be an issue with TensorFlow. Please see below for the error - any guidance welcome.

conda create --name eqtransformer conda activate eqtransformer python setup.py install

Installed /usr/local/miniconda3/envs/eqtransformer/lib/python3.10/site-packages/EQTransformer-0.1.61-py3.10.egg Processing dependencies for EQTransformer==0.1.61 Searching for matplotlib-base==3.5.2 Reading https://pypi.org/simple/matplotlib-base/ Couldn't find index page for 'matplotlib-base' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.org/simple/ No local packages or working download links found for matplotlib-base==3.5.2 error: Could not find suitable distribution for Requirement.parse('matplotlib-base==3.5.2')

martanto commented 1 year ago

I have the same issue too. Changing 'matplotlib-base==3.5.2' to 'matplotlib==3.7.2' work for me