【发布时间】:2017-06-24 19:40:29
【问题描述】:
我昨晚刚刚重新安装了最新版本的 Anaconda。
为 Udemy 类创建新环境时
conda create --name Udemy_Jose pandas numpy scikit-learn jupyter
它会挂起 - 跑了一个小时,没有运气。我删除了环境并重新启动。我发现罪魁祸首是 Jupyter。当我尝试conda install jupyter 时,它会运行并将挂起并重新运行,但会一遍又一遍地遇到此错误:
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 0.163744 sec
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 0.232069 sec
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 0.445261 sec
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 0.846769 sec
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 1.65144 sec
TRACE conda.core.path_actions:verify(226): retrying lexists(C:\Users\matt\Anaconda3\pkgs\qt-5.6.2-vc14_4\Library\doc\global\config.qdocconf) in 3.29855 sec
DEBUG conda.core.link:_verify_individual_level(191): Verification error in action LinkPathAction(target_prefix='C:\\Users\\matt\\Anaconda3\\envs\\Udemy_Jose', target_short_path='Library/doc/global/config.qdocconf', source_prefix='C:\\Users\\matt\\Anaconda3\\pkgs\\qt-5.6.2-vc14_4', source_short_path='Library/doc/global/config.qdocconf', link_type=<LinkType.hardlink: 1>, _execute_successful=False)
DEBUG conda.core.link:_verify_individual_level(192): NoneType: None
当我尝试conda install qt 时,我得到了同样的错误。所以这个特定的包一定有问题。我要做的就是在我的新环境中安装 jupyter... 或者我应该只是 manually create the kernal for my environment?
【问题讨论】:
标签: python qt anaconda jupyter conda