Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues with matplotlib #158

Open
dcroman opened this issue Aug 6, 2023 · 1 comment
Open

Installation issues with matplotlib #158

dcroman opened this issue Aug 6, 2023 · 1 comment

Comments

@dcroman
Copy link

dcroman commented Aug 6, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants