-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hi, i'm trying to install uncertainpy through pip. I think there are some problems with the dependency with matplotlib, I'm now using matplotlib 3.4.2 with python 3.9. During the installation process appears this error message "ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cv/lqg257bn5l73k6zmpsjcrc8r0000gn/T/pip-install-efp71dav/matplotlib_00e40e036c024ec7813df13681fb71df/setup.py'"'"'; file='"'"'/private/var/folders/cv/lqg257bn5l73k6zmpsjcrc8r0000gn/T/pip-install-efp71dav/matplotlib_00e40e036c024ec7813df13681fb71df/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/cv/lqg257bn5l73k6zmpsjcrc8r0000gn/T/pip-record-6vfmmri0/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/matplotlib
cwd: /private/var/folders/cv/lqg257bn5l73k6zmpsjcrc8r0000gn/T/pip-install-efp71dav/matplotlib_00e40e036c024ec7813df13681fb71df/"
Did someone have this problem too?