2017-02-27 62 views
0

在下载管理器模块我得到这个错误:下载的Python 3管理器模块 - 重装没有定义

error screenshot

我使用:

sudo pip3 install manager 

,我得到的错误:

NameError: name 'reload' is not defined 
+1

请将您的错误和相关的代码*作为文本*发布! –

+1

可能的重复:http://stackoverflow.com/questions/961162/reloading-module-giving-nameerror-name-reload-is-not-defined –

+0

你安装了PyQt的依赖吗? –

回答

0

首先根据Github Page of Manager它o只能运行2.6.7或Python 2.7.3,而您尝试使用隐含Python3 +版本的pip3命令进行安装。

此外,您还需要PyQt作为依赖项。