Canopy 'Setting up your Canopy Environment' 阶段未完成
Canopy 'Setting up your Canopy Environment' stage does not finish
我在使用 Windows 10、64 位 的 PC 上安装和运行 Enthought Canopy 时遇到问题。
安装阶段后,'Setting up your Canopy Environment' 进程停留在 54% 的完成度上,并没有结束。
下面是我试过的:
- Half-deleted and re-installed, Completely-deleted and re-installed Canopy.
- As my User name contains non-ASCII, I ran
cmd
as administrator and typed
msiexec /i "C:\canopydownload\canopy-1.7.4-win-64.msi" ALLUSERS=1
and installed it for all users.
- Changed some Environment Variables, including creating
CANOPY_CONFIG, HADOOP_HOME, JAVA_HOME, SPARK_HOME, PATH, PYTHONPATH
on User side.
- Set
C:\Program files\Canopy
as the environmental directory when I first operated Canopy as an administrator.
- Checked whether Canopy User Python is my default Python by typing
import sys; sys.prefix
and got
C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.7.4.3348.win-x86_64
as a return value.
我已经尝试了过去 3 天我能想到的,但我现在卡住了。
造成这种情况的一个可能原因可能与环境变量有关,因为我不太擅长这些。
我想听听你对我遇到的这个问题的看法,并教我如何使用 EV
应该看起来像。
非常感谢,无论谁正在阅读这篇文章...
试试这个:
a) 无需 uninstall/reinstall,但按照 here 所述进行完全重置。
b) 从您的 PATH 和 PYTHONPATH 环境变量中删除对 Canopy 和任何其他 Python 的任何引用。 (参见 https://support.enthought.com/hc/en-us/articles/204469160-How-do-I-set-PYTHONPATH-and-other-environment-variables-for-Canopy-)
c) 注意 this article,但至少现在不要向你的 PATH 添加任何内容。
d) 重启 Canopy。
希望这对您有所帮助。如果问题仍然存在,请将您的环境变量通过电子邮件发送至 support@enthought.com。请务必参考这个 SO 问题。
我在使用 Windows 10、64 位 的 PC 上安装和运行 Enthought Canopy 时遇到问题。
安装阶段后,'Setting up your Canopy Environment' 进程停留在 54% 的完成度上,并没有结束。
下面是我试过的:
- Half-deleted and re-installed, Completely-deleted and re-installed Canopy.
- As my User name contains non-ASCII, I ran
cmd
as administrator and typedmsiexec /i "C:\canopydownload\canopy-1.7.4-win-64.msi" ALLUSERS=1
and installed it for all users.- Changed some Environment Variables, including creating CANOPY_CONFIG, HADOOP_HOME, JAVA_HOME, SPARK_HOME, PATH, PYTHONPATH on User side.
- Set
C:\Program files\Canopy
as the environmental directory when I first operated Canopy as an administrator.- Checked whether Canopy User Python is my default Python by typing
import sys; sys.prefix
and gotC:\Program Files\Enthought\Canopy\App\appdata\canopy-1.7.4.3348.win-x86_64
as a return value.
我已经尝试了过去 3 天我能想到的,但我现在卡住了。
造成这种情况的一个可能原因可能与环境变量有关,因为我不太擅长这些。
我想听听你对我遇到的这个问题的看法,并教我如何使用 EV 应该看起来像。
非常感谢,无论谁正在阅读这篇文章...
试试这个:
a) 无需 uninstall/reinstall,但按照 here 所述进行完全重置。
b) 从您的 PATH 和 PYTHONPATH 环境变量中删除对 Canopy 和任何其他 Python 的任何引用。 (参见 https://support.enthought.com/hc/en-us/articles/204469160-How-do-I-set-PYTHONPATH-and-other-environment-variables-for-Canopy-)
c) 注意 this article,但至少现在不要向你的 PATH 添加任何内容。
d) 重启 Canopy。
希望这对您有所帮助。如果问题仍然存在,请将您的环境变量通过电子邮件发送至 support@enthought.com。请务必参考这个 SO 问题。