Issues with Anaconda install - Failed to create Anaconda menus

微笑、不失礼 提交于 2019-12-18 05:13:24

问题


I had Anaconda version 3.5 installed on my machine but I decided to uninstall it (via the control panel) and to download version 2.7 instead. I am using Windows 7.

However, I have an error message towards the end of the installation where I receive a pop up window saying: Failed to create Anaconda menus and then another one saying Failed to add Anaconda to the system PATH.

When I click ignore on these pop ups the installation is finished but I do not even see Anaconda in my start menu.

I used different installers (4.2.0 and 4.1.1) but it still not working.

I tried to install it for all users (as I read on the Internet) but it still did not work. The error message was different (see link below) followed by the pop up Failed to create Anaconda menus.

https://cloud.githubusercontent.com/assets/24353213/20858712/e4438f60-b94b-11e6-806b-f01436aac306.PNG

Can you please help as I am stuck and cannot use it at all?


回答1:


2.5 years later, I had the same problem installing v2019.07, but the version actually doesn't matter. Anaconda has had this bug in the installer for a long time.

  • 2019.07 successfully installed on one of my dev boxes
  • 2019.07 failed to create menus on a second dev box with a very similar environment. Both Anaconda and Miniconda failed. I tried everything in this thread, and then some.

Finally I went to the download archive and grabbed 2019.03, which installed with no issues. This fixed it for me, your mileage may vary.




回答2:


Could you try choosing run as administrator before clicking Anaconda 3 installation? That fixed mine.




回答3:


I was also facing the same issue while installing Anaconda 3.5, please follow the steps below before you start installation :

  1. Delete old Python versions from your PC/Laptop
  2. Clear path variables which have created on your PC
  3. Turn off your anti virus program before you start installation
  4. If you have JDK installed on your machine, uninstall it, also delete JAVA path created in variable



回答4:


Tried this as well, using 5.0.0 and 4.4.0 installer, tried as local user, admin user, install as administrator, clicked the "add to path", but none of these worked. Every time I got the same "failed to install menus"

Then I added the Anaconda target directory C:\ProgramData\Anaconda3 to the end of my Path, re-ran the installer (5.0.0) and it finally worked.




回答5:


This is complete process. With this step you cat install your Anaconda of any version(not need to download miniconda).

If you are window user or any OS you are using first download Anacond.

first you need to delete all language(java,python etc) variable path which is set via environment variable.

If you are window user then need to off window defender.

After that uninstall all antivirus software(If you using antivirus software you will not get menu ).

And install Anacoda you can install perfectly.100% working




回答6:


  1. Turn off the antivirus installed in your computer before installing the anaconda setup.
  2. During installation select its access to all users which requires admin permission then the default path automatically changes into C/Program Data/Anaconda 3. Then it won't show any errors :)



回答7:


I was able to install from Windows Safe Mode. There were no errors during the installation.



来源:https://stackoverflow.com/questions/42182477/issues-with-anaconda-install-failed-to-create-anaconda-menus

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!