I was trying to install the package epispot
, to model this COVID-19 outbreak, but when I ran pip install epispot
, and it installed all the dependencies, including MatPlotLib. When it tried to install matplotlib, it gave me an error so huge, it took up close to a quarter of the height of the command prompt (that's with the scrollbar). I then tried to install just matplotlib and then was going to install epispot, but the same error came when installing matplotlib. I updated my pip to see if that was the problem, but it didn't change. Is there any other way to install matplotlib? And will that also install all the dependencies. I'm on a windows computer, and the error came after this line: Building wheel for matplotlib (setup.py) ...
, if that helps at all.
UPDATE - For @rocketsfallonrocketfalls, the error was Building wheel for matplotlib (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\user \AppData\Local\Programs\Python\Python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user \\AppData\\Local\\Temp\\pip-install-66pka4wo\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\user \\AppData\\Local\\Temp\\pip-install-66pka4wo\\matplotlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\user \AppData\Local\Temp\pip-wheel-o1u86tpl' cwd: C:\Users\user \AppData\Local\Temp\pip-install-66pka4wo\matplotlib\ Complete output (571 lines):