• 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
  •  fatal error: cups/cups.h: No such file or directory
sudo apt-get install libcups2-dev
  •  fatal error: openssl/aes.h: No such file or directory
sudo apt-get install libssl-dev
  • fatal error: libsmbclient.h: No such file or directory
sudo apt-get install libsmbclient-dev
  •  fatal error: sqlite3.h: No such file or directory
sudo apt-get install libsqlite3-dev
  •  fatal error: pcap.h: No such file or directory
sudo apt-get install libpcap-dev
  •  Error: Unable to find 'openssl/opensslconf.h'
cd /usr/include/openssl/
ln -s ../x86_64-linux-gnu/openssl/opensslconf.h .
  •  fatal error: 'unicode/utypes.h': No such file or directory
sudo apt-get install libicu-dev

 

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2021-04-14
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2021-04-20
猜你喜欢
  • 2021-10-01
  • 2021-12-11
  • 2021-04-03
  • 2021-09-01
  • 2021-04-21
相关资源
相似解决方案