python – Issues with Anaconda install – Failed to create Anaconda menus
python – Issues with Anaconda install – Failed to create Anaconda menus
2.5 years later, I had the same problem installing v2019.07, but the version actually doesnt 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.
Could you try choosing run as administrator before clicking Anaconda 3 installation? That fixed mine.
python – Issues with Anaconda install – Failed to create Anaconda menus
I was also facing the same issue while installing Anaconda 3.5, please follow the steps below before you start installation :
- Delete old Python versions from your PC/Laptop
- Clear path variables which have created on your PC
- Turn off your anti virus program before you start installation
- If you have JDK installed on your machine, uninstall it, also delete JAVA path created in variable
Related Posts