无法导入预处理python

时间:2018-07-11 14:12:16

标签: python jupyter-notebook

我正在使用spyder Anaconda。我无法导入

 from preprocessing import parse_annotation,BatchGenerator

我尝试使用

安装预处理
 pip install preprocessing

出现以下错误,

Requirement already satisfied: preprocessing in
 c:\users\shahik\anaconda3\lib\site-packages (0.1.13)

Requirement already satisfied: nltk==3.2.4 in c:\users\shahik\anaconda3\lib\site-
packages (from preprocessing) (3.2.4)

Requirement already satisfied: sphinx-rtd-theme==0.2.4 in 
c:\users\shahik\anaconda3\lib\site-packages (from preprocessing) (0.2.4)

Requirement already satisfied: six in c:\users\shahik\anaconda3\lib\site-packages 
(from nltk==3.2.4->preprocessing) (1.10.0)

notebook 5.3.1 requires terminado>=0.8.1, which is not installed.

notebook 5.3.1 has requirement jupyter_client>=5.2.0, but you'll have jupyter-
client 5.0.1 which is incompatible.

notebook 5.3.1 has requirement jupyter_core>=4.4.0, but you'll have jupyter-core 
4.3.0 which is incompatible.

也尝试从conda命令安装,但失败。我该如何解决这些兼容性或其他问题?

0 个答案:

没有答案