我有windows 10 64bit
当我试图在Pychram上安装seaborn时(使用python 3.6)得到了:
Executed command:
pip install seaborn
Error occurred:
*numpy.distutils.system_info.NotFoundError: no lapack/blas resources found*
Proposed solution:
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\Users\ShayG\AppData\Local\Programs\Python\Python36-32\python.exe'.
问题可能是pip还是seaborn?