操作系统: Ubuntu 10.04

python安装依赖的软件包:

python 出现 ImportError: No module named **

我这里出现了: ImportError: No module named threadpool

 

先安装:pip

             程序“pip”尚未安装。  您可以使用以下命令安装:

             sudo apt-get install python-pip

 

再使用pip 安装  threadpool  

             sudo pip install threadpool

 

也可以直接下载 threadpool  包,下载之后可以看到setup.py 文件 ,执行安装,但是setup.py  有可能依赖其他的软件包,所有还是使用pip方便! (这中方法我没试过)

相关文章:

  • 2022-01-06
  • 2021-05-25
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
猜你喜欢
  • 2022-01-22
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-10-09
相关资源
相似解决方案