I have a similar issue with Anaconda3 packaging. I'm using the default instalation directory (C:\ProgramData\Anaconda3) in an instalation for all users. The CLI based application is able to run the A...
See more...
I have a similar issue with Anaconda3 packaging. I'm using the default instalation directory (C:\ProgramData\Anaconda3) in an instalation for all users. The CLI based application is able to run the Anaconda prompt, but the anaconda-navigator won't open. Running through CMD I got the error in the attached image. I also got some weird errors when importing numpy and matplotlib packages. The errors says: 'File "C:\ProgramData\Anaconda3\lib\site-packages\numpy\__ini__.py, line 126, in <module> from numpy.__config__ import show as show_config ModuleNotFoundError: No module name 'numpy.__config__' And in the end, it follows: "ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there." It might be important to highligh that only anaconda3 was installed (conda version 4.10.1 and python version 3.8.8) during the packaging process, i.e. no pyqt or other libs were installed before or after anaconda3 installation, which could cause some incompatibilities and problems. I will try the suggested command and check if it solves the problem "Anaconda3[version].exe" /InstallationType=AllUsers /AddToPath=0 /RegisterPython=0 /S /D=C:\Anaconda3