简体   繁体   中英

lapack/blas resources not found when installing matplotlib

I need help with my program. When I enter: pip install matplotlib , I have this error. This error also tells me about other installations, for example: numpy or pandas...

Could you help me, please? ..thanks

error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2

or:

NotFoundError: No lapack/blas resources found.


Command "C:\Users\stoso\PycharmProjects_dp_praca\venv\Scripts\python.exe c:\users\stoso\pycharmprojects_dp_praca\venv\lib\site-packages\pip-19.0.3-py3.8.egg\pip_vendor\pep517_in_process.py prepare_metadata_for_build_wheel C:\Users\stoso\AppData\Local\Temp\tmpnwvjtrj5" failed with error code 1 in C:\Users\stoso\AppData\Local\Temp\pip-install-ko7grh0n\scipy

It appears that your setuptools are not properly installed. Try this:

python -m pip install --upgrade pip setuptools wheel

And then again try installing matplotlib.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM