我尝试安装软件包后,Anaconda停止工作,但是jupyter笔记本仍然有效

时间:2019-03-22 02:26:35

标签: bash pip anaconda conda xeus-cling

(当前在Mac OSX 10.10.5上)

我想为jupyter笔记本安装C / C ++内核,所以我尝试通过在终端上运行以下命令来install xeus

conda install xeus -c conda-forge

命令成功运行到结束,直到我收到一条错误消息,提示我需要Anaconda 4。 然后,我引用this更新anaconda并运行:

conda update -n root conda

但出现错误:

conda: command not found

然后我进入.bashrc文件并添加:

export PATH="/Users/anna/anaconda/bin:$PATH"

然后我进入.bash_profile,看到那蟒蛇已经在那里:

#added by Anaconda3 4.3.0 installer
export PATH="/Users/anna/anaconda/bin:$PATH"

然后我跟随these instructions并跑步

pip install picage

,并出现以下错误:

Collecting picage
  Could not fetch URL https://pypi.python.org/simple/picage/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping
  Could not find a version that satisfies the requirement picage (from versions: )
No matching distribution found for picage

我对下一步的工作一无所知。我还看到我有一个.bash_profile-anaconda.bak,.bash_profile.bak,.bash_profile.pysave和其他3个.bash_profile.save文件。我不知道这是否有助于诊断此问题。

我也无法打开Anaconda GUI,但是我仍然可以使用jupyter笔记本。

谢谢!

0 个答案:

没有答案