环境设置失败(Linux)

时间:2014-10-30 07:00:03

标签: python linux enthought canopy

我尝试在群集上设置Canopy,但总是失败。

我按照说明操作并键入以下行:

~/Canopy/canopy_cli setup ~/canopy

错误消息是:

Setting up installation in /home/xxx/canopy... 

 No handlers could be found for logger "canopy.app.util" 

Traceback (most recent call last): 

   File "/home/xxx/Canopy/appdata/canopy-1.4.1.1975.rh5-x86_64/__boot__.py", line 9, in <module> 
     sys.exit(main()) 

   File "build/bdist.linux-x86_64/egg/canopy/app/bootstrap.py", line 2220, in main 

   File "build/bdist.linux-x86_64/egg/canopy/app/bootstrap.py", line 2186, in send_bug_report 

AttributeError: 'NoneType' object has no attribute 'run_factory_reset' 

我该如何解决这个问题?

通过更改另一个文件夹可以解决上述问题。

但我遇到了另一个类似的问题。

No handlers could be found for logger "canopy.app.bootstrap"
Traceback (most recent call last):
File "/home/wangyuw/Canopy/appdata/canopy-1.4.1.1975.rh5-x86_64/__boot__.py", line 9, in <module>
sys.exit(main())
File "build/bdist.linux-x86_64/egg/canopy/app/bootstrap.py", line 2220, in main
File "build/bdist.linux-x86_64/egg/canopy/app/bootstrap.py", line 2186, in send_bug_report
AttributeError: 'NoneType' object has no attribute 'run_factory_reset'

我仍然不知道如何处理它。

0 个答案:

没有答案