- libxml/xmlversion.h: No such file or directory
sudo apt-get install libxml2-dev libxslt1-dev
- EnvironmentError: mysql_config not found
sudo apt-get install libmysqlclient-dev
- numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
sudo apt-get install liblapack-dev libblas-dev texinfo libicu-dev
- __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
sudo apt-get install libcurl4-openssl-dev
- fatal error: sqlfront.h: No such file or directory
sudo apt-get install freetds-dev
- library dfftpack has Fortran sources but no Fortran compiler found
sudo apt-get install gfortran
时间: 2024-10-06 03:19:41