1

我在安装 Enthought Canopy Express 程序时遇到了困难。我已经尝试过 x64 和 x86 版本。

我的登录名只是普通的字母字符(与主机名一样)。我也尝试在本地管理员帐户下安装(我的帐户也有管理员权限)。安装程序运行它的正常动作。我已尝试仅为我的帐户和所有用户安装。

环境设置是它挂起的地方(我已经尝试清除 PATH 变量设置,因为它有以前的 Enthought 信息,但这没有帮助)。它将第一次询问在哪里设置 Canopy 环境目录并初始化设置。我从来没有收到关于 Canopy 成为默认 Python 环境的提示。进度条运行表明它完成了,但没有启动。我看不到任何试图在任务栏中运行的东西。

当我尝试重新启动 Canopy 时,它告诉我它正在清理无效的安装并再次运行“设置 Canopy 环境”进度条。我尝试从我的计算机中删除所有 Python、Canopy 和 Enthought 的痕迹,重新启动和安装,结果相似。

我已经包含了日志文件。

INFO|2013-10-19 13:12:08,861|=============  Start bootstrap logging =================
DEBUG|2013-10-19 13:12:08,878|Acquired bootstrap lock.
INFO|2013-10-19 13:12:08,878|Bootstrap settings: {'_lock': <canopy.app.bootstrap.BootstrapLock object at 0x00000000043502B0>,
 '_logging_setup': True,
 '_options': Namespace(batch_mode=False, common_install=False, default=False, factory_reset=False, func=None, install_dir='', no_gui_setup=False, profile='', recovery_mode=False),
 '_proc_manager': <canopy.app.running_process_manager.RunningProcessManager object at 0x000000000401DB38>,
 '_use_running_python_for_venv_ops': False,
 'app_name': 'Canopy',
 'app_root': 'C:\\Program Files\\Enthought\\Canopy\\App',
 'application_home': 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy',
 'batch_mode': False,
 'bits': '64bit',
 'common_layer1': '',
 'common_layer2': '',
 'company_name': 'Enthought',
 'esky_app': 'C:\\Program Files\\Enthought\\Canopy\\App\\Canopy.exe',
 'esky_appdir': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'has_venv': True,
 'is_esky_app': True,
 'layer0_location': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'layer1_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System',
 'layer2_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User',
 'no_gui': False,
 'orig_app_name': 'Canopy',
 'product_name': 'Canopy',
 'profile': '',
 'python_for_installer': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l0': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\pythonw.exe',
 'python_l1': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l2': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe',
 'read_only': False,
 'scripts_dir': 'Scripts',
 'user_data': 'C:\\Users\\Administrator\\Canopy'}
INFO|2013-10-19 13:12:08,878|Creating venv in layer1: C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
INFO|2013-10-19 13:12:09,282|Doing platform specific install.
INFO|2013-10-19 13:12:09,315|Creating venv in layer2: C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
INFO|2013-10-19 13:12:09,704|Doing platform specific install.
INFO|2013-10-19 13:12:09,736|Running layer installation as: ['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']
ERROR|2013-10-19 13:12:58,157|None
ERROR|2013-10-19 13:12:58,157|Error running layer installer.
Traceback (most recent call last):
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 1107, in post_venv_install
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 58, in check_call
  File "C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.1.0.1371.win-x86_64\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']' returned non-zero exit status 1
INFO|2013-10-19 13:17:02,766|=============  Start bootstrap logging =================
DEBUG|2013-10-19 13:17:02,891|Bootstrap already locked by dead process.
INFO|2013-10-19 13:17:02,891|Process that locked layers is dead with info {'status': 'install', 'layer': 2}
DEBUG|2013-10-19 13:17:02,891|Acquired bootstrap lock.
DEBUG|2013-10-19 13:17:02,891|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
DEBUG|2013-10-19 13:17:03,951|---------- starting GUI event loop ----------
DEBUG|2013-10-19 13:17:04,358|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
DEBUG|2013-10-19 13:17:04,358|---------- starting GUI event loop ----------
INFO|2013-10-19 13:17:07,088|Bootstrap settings: {'_lock': <canopy.app.bootstrap.BootstrapLock object at 0x0000000002FE7A90>,
 '_logging_setup': True,
 '_options': Namespace(batch_mode=False, common_install=False, default=False, factory_reset=False, func=None, install_dir='', no_gui_setup=False, profile='', recovery_mode=False),
 '_proc_manager': <canopy.app.running_process_manager.RunningProcessManager object at 0x0000000003002A20>,
 '_use_running_python_for_venv_ops': False,
 'app_name': 'Canopy',
 'app_root': 'C:\\Program Files\\Enthought\\Canopy\\App',
 'application_home': 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy',
 'batch_mode': False,
 'bits': '64bit',
 'common_layer1': '',
 'common_layer2': '',
 'company_name': 'Enthought',
 'esky_app': 'C:\\Program Files\\Enthought\\Canopy\\App\\Canopy.exe',
 'esky_appdir': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'has_venv': True,
 'is_esky_app': True,
 'layer0_location': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'layer1_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System',
 'layer2_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User',
 'no_gui': False,
 'orig_app_name': 'Canopy',
 'product_name': 'Canopy',
 'profile': '',
 'python_for_installer': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l0': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\pythonw.exe',
 'python_l1': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l2': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe',
 'read_only': False,
 'scripts_dir': 'Scripts',
 'user_data': 'C:\\Users\\Administrator\\Canopy'}
INFO|2013-10-19 13:17:07,088|Creating venv in layer1: C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
INFO|2013-10-19 13:17:07,509|Doing platform specific install.
INFO|2013-10-19 13:17:07,525|Creating venv in layer2: C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
INFO|2013-10-19 13:17:07,976|Doing platform specific install.
INFO|2013-10-19 13:17:08,023|Running layer installation as: ['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']
ERROR|2013-10-19 13:17:55,369|None
ERROR|2013-10-19 13:17:55,369|Error running layer installer.
Traceback (most recent call last):
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 1107, in post_venv_install
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 58, in check_call
  File "C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.1.0.1371.win-x86_64\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']' returned non-zero exit status 1
INFO|2013-10-19 13:22:49,038|=============  Start bootstrap logging =================
DEBUG|2013-10-19 13:22:49,163|Bootstrap already locked by dead process.
INFO|2013-10-19 13:22:49,163|Process that locked layers is dead with info {'status': 'install', 'layer': 2}
DEBUG|2013-10-19 13:22:49,163|Acquired bootstrap lock.
DEBUG|2013-10-19 13:22:49,163|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
DEBUG|2013-10-19 13:22:49,786|---------- starting GUI event loop ----------
DEBUG|2013-10-19 13:22:50,191|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
DEBUG|2013-10-19 13:22:50,191|---------- starting GUI event loop ----------
INFO|2013-10-19 13:22:52,859|Bootstrap settings: {'_lock': <canopy.app.bootstrap.BootstrapLock object at 0x000000000300CA90>,
 '_logging_setup': True,
 '_options': Namespace(batch_mode=False, common_install=False, default=False, factory_reset=False, func=None, install_dir='', no_gui_setup=False, profile='', recovery_mode=False),
 '_proc_manager': <canopy.app.running_process_manager.RunningProcessManager object at 0x0000000003027A20>,
 '_use_running_python_for_venv_ops': False,
 'app_name': 'Canopy',
 'app_root': 'C:\\Program Files\\Enthought\\Canopy\\App',
 'application_home': 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy',
 'batch_mode': False,
 'bits': '64bit',
 'common_layer1': '',
 'common_layer2': '',
 'company_name': 'Enthought',
 'esky_app': 'C:\\Program Files\\Enthought\\Canopy\\App\\Canopy.exe',
 'esky_appdir': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'has_venv': True,
 'is_esky_app': True,
 'layer0_location': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'layer1_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System',
 'layer2_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User',
 'no_gui': False,
 'orig_app_name': 'Canopy',
 'product_name': 'Canopy',
 'profile': '',
 'python_for_installer': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l0': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\pythonw.exe',
 'python_l1': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l2': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe',
 'read_only': False,
 'scripts_dir': 'Scripts',
 'user_data': 'C:\\Users\\Administrator\\Canopy'}
INFO|2013-10-19 13:22:52,875|Creating venv in layer1: C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
INFO|2013-10-19 13:22:53,280|Doing platform specific install.
INFO|2013-10-19 13:22:53,296|Creating venv in layer2: C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
INFO|2013-10-19 13:22:53,717|Doing platform specific install.
INFO|2013-10-19 13:22:54,904|Running layer installation as: ['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']
ERROR|2013-10-19 13:23:41,391|None
ERROR|2013-10-19 13:23:41,391|Error running layer installer.
Traceback (most recent call last):
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 1107, in post_venv_install
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 58, in check_call
  File "C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.1.0.1371.win-x86_64\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']' returned non-zero exit status 1
INFO|2013-10-19 13:45:39,947|=============  Start bootstrap logging =================
DEBUG|2013-10-19 13:45:40,072|Bootstrap already locked by dead process.
INFO|2013-10-19 13:45:40,072|Process that locked layers is dead with info {'status': 'install', 'layer': 2}
DEBUG|2013-10-19 13:45:40,072|Acquired bootstrap lock.
DEBUG|2013-10-19 13:45:40,072|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
DEBUG|2013-10-19 13:45:40,696|---------- starting GUI event loop ----------
DEBUG|2013-10-19 13:45:41,101|Wipe out C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
DEBUG|2013-10-19 13:45:41,101|---------- starting GUI event loop ----------
INFO|2013-10-19 13:45:43,815|Bootstrap settings: {'_lock': <canopy.app.bootstrap.BootstrapLock object at 0x000000000304CA90>,
 '_logging_setup': True,
 '_options': Namespace(batch_mode=False, common_install=False, default=False, factory_reset=False, func=None, install_dir='', no_gui_setup=False, profile='', recovery_mode=False),
 '_proc_manager': <canopy.app.running_process_manager.RunningProcessManager object at 0x0000000003067A20>,
 '_use_running_python_for_venv_ops': False,
 'app_name': 'Canopy',
 'app_root': 'C:\\Program Files\\Enthought\\Canopy\\App',
 'application_home': 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy',
 'batch_mode': False,
 'bits': '64bit',
 'common_layer1': '',
 'common_layer2': '',
 'company_name': 'Enthought',
 'esky_app': 'C:\\Program Files\\Enthought\\Canopy\\App\\Canopy.exe',
 'esky_appdir': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'has_venv': True,
 'is_esky_app': True,
 'layer0_location': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64',
 'layer1_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System',
 'layer2_location': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User',
 'no_gui': False,
 'orig_app_name': 'Canopy',
 'product_name': 'Canopy',
 'profile': '',
 'python_for_installer': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l0': 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\pythonw.exe',
 'python_l1': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe',
 'python_l2': u'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe',
 'read_only': False,
 'scripts_dir': 'Scripts',
 'user_data': 'C:\\Users\\Administrator\\Canopy'}
INFO|2013-10-19 13:45:43,832|Creating venv in layer1: C:\Users\Administrator\AppData\Local\Enthought\Canopy\System
INFO|2013-10-19 13:45:44,237|Doing platform specific install.
INFO|2013-10-19 13:45:44,269|Creating venv in layer2: C:\Users\Administrator\AppData\Local\Enthought\Canopy\User
INFO|2013-10-19 13:45:44,658|Doing platform specific install.
INFO|2013-10-19 13:45:44,706|Running layer installation as: ['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']
ERROR|2013-10-19 13:46:32,252|None
ERROR|2013-10-19 13:46:32,252|Error running layer installer.
Traceback (most recent call last):
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 1107, in post_venv_install
  File "build\bdist.win32\egg\canopy\app\bootstrap.py", line 58, in check_call
  File "C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.1.0.1371.win-x86_64\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Program Files\\Enthought\\Canopy\\App\\appdata\\canopy-1.1.0.1371.win-x86_64\\Lib\\site-packages\\canopy\\app\\layer_installer.pyc', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\System\\Scripts\\pythonw.exe', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User', 'C:\\Users\\Administrator\\AppData\\Local\\Enthought\\Canopy\\User\\Scripts\\pythonw.exe', '--home', 'C:\\Users\\Administrator\\AppData\\Roaming\\Enthought\\Canopy', '--layer1', '--layer2']' returned non-zero exit status 1
4

2 回答 2

1

我有一个类似的问题。

我删除了乔纳森推荐的目录:

...\AppData\Local\Enthought\Canopy\System\
...\AppData\Local\Enthought\Canopy\User\
...\AppData\Roaming\Enthought\Canopy\

然后我以管理员身份运行 Canopy并成功创建环境。我经常发现我需要在 Windows 7 下以管理员身份运行软件。

系统:Windows 7 Home Premium 64 位上的 Canopy 64 位。

干杯安迪

于 2013-10-22T07:13:15.343 回答
0

你做了很好的研究,很抱歉这还不够。显然错误报告需要改进。即使在初始安装步骤之后(即在初始 Canopy 启动之前),您的 C: 驱动器上是否还有大量可用磁盘空间(IIRC 接近 400 MB)?首次启动时,将 Express 包 Egg 解压到 Canopy User Python 环境中;这会占用很多磁盘空间,尤其是 scipy、sympy、matplotlib、pandas、numpy。

如果空间问题,并且在 C: 上释放足够的空间是不可行的,那么您可以在具有更多可用空间的驱动器上指定您的环境路径。

要重试,您不需要重新安装;删除以下目录就足够了,然后重新启动 Canopy:

...\AppData\Local\Enthought\Canopy\System\
...\AppData\Local\Enthought\Canopy\User\
...\AppData\Roaming\Enthought\Canopy\
于 2013-10-19T19:11:19.570 回答