Anaconda Python installation error

后端 未结 4 711
离开以前
离开以前 2021-02-01 06:40

I get the following error during Python 2.7 64-bit windows installation. I previously installed python 3.5 64-bit and it worked fine. But during python 2.7 installation i get th

4条回答
  •  温柔的废话
    2021-02-01 07:35

    You need to install anaconda again but before follow the following steps:

    Step 1: Before uninstalling Anaconda use this command

    anaconda-clean --yes
    

    Step 2: Delete all files e.g .conda .anaconda etc

    Step 3: Uninstall Anaconda

    step 4: Restart computer

    Step 5: Install it again

提交回复
热议问题