无法在python中导入'Intertools'

时间:2018-11-27 15:40:08

标签: python

我无法在python中安装“ Intertools”。以下是错误

在命令提示符中使用Pip安装方法时:

(base) C:\Users\avira>pip install intertools
Collecting intertools
  Could not find a version that satisfies the requirement intertools (from versions: )
No matching distribution found for intertools

在Anaconda Prompt中使用Pip安装方法时:

C:/Project/build-1/node_modules
C:/Project/build-2/node_modules
C:/Project/build-3/node_modules
C:/Project/build-4/node_modules

请帮助我如何在python中安装“ Intertools”库。

1 个答案:

答案 0 :(得分:-1)

“ Intertools”?

确定要不要使用“ itertools”吗?这是Python内置的。只需导入就可以了。