-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anaconda not opening: couldn't find or load Qt platform plugin "Windows in "" #1270
Comments
Can you try to install Anaconda in a folder that does not use non-ascii characters? Also, you say you have done Perhaps try |
I can verify this happens on Windows installations that have spaces or non-ASCII characters in the username regardless of Python2 or Python3. The recent Anaconda-4.3 release does not allow Anaconda to be installed in a path that has spaces or non-ASCII characters anymore. |
It also happens with install prefixes longer than 30 characters, but we will fix that ASAP. |
I got this after my first ever install of 4.3.0 and tried to open Anaconda Navigator. I don't have non-ASCII characters in the install path. I opened Anaconda Prompt tried |
¡Thanks for your comments!, I 'fixed' the issue by downgrading from Anaconda 4.2.0 to 4.1.1... I'll stay on that version until the bug is fixed, or change my username to a non ASCII name (easier said than done). |
Hi. |
JuliaPy/PyPlot.jl#278 is not related to this. @staplegun, @GolosCD, what install location did you use? |
Seconding the results from Staplegun above. Same problem here with conda 4.3.8 on Windows 10. Opening Anaconda prompt and running |
Hi @GolosCD, @ignacioarnal1, @staplegun, @jgmorrison and @sedulousfunds, would it be possible for you to try: https://repo.continuum.io/pkgs/misc/preview/Miniconda3-4.3.13-Windows-x86_64.exe It has fixes for both the accented character and also for install locations longer than 30 characters. It is only a Miniconda (though you can just Many thanks for your patience.
AFAICT, Anaconda2 has never supported being installed into a install location containing non-ASCII. It's very tricky to write non-ASCII-correct Python2 code, and even if we fix our own software ( |
I solved same problem using below execution. COPY the |
It worked for me, thanks @Serkan72 |
It does not work to me @Serkan72. Using D:\Anaconda path and copied the mentioned files into Anaconda directory but same error. |
thanks @Serkan72 solved the issue for me also BTW there were no spaces, no non-ASCII characters in the path |
Same problem, @Serkan72 solved the issue for me, too. No spaces or non-ASCII characters in the path, Win 7 64 bits, latest Anaconda download. Anaconda has got no rights to access the internet here at work - perhaps this is a part of the problem? |
Hi, I have the same problem but unfortunately this solution didn't work for me |
For those who could not, check if the directory was copied, not only the files. |
I got same issue and I did conda update --all, in Anaconda prompt, this solved the issue in my case. |
@Serkan72 |
my python file runs good. when I try to turn it to a .exe file and run it, I get: "This application failed to start because it could not find or load the qt platform plugin "windows" in "". ". |
I also have problem related to qt. I solved my problem like below. First I uninstalled everything about anaconda. Then in command interface I run the code below to install qt files. And it worked. conda install -c anaconda qt=5.6.2 |
@Serkan72 |
@Serkan72 It works for me. Thanks a lot. |
@Serkan72 It works for me your solution. |
@Serkan72 It works too. Good play ! |
Hi guys, i also had this problem but recently i fixed installing python from source. Before i had Anaconda installed, it´s a great tool for some things but specially in this it causes some troubles and i decided uninstall it completly. I hope that this work well for you |
Windows can be very tricky and you ran into a DLL-hell conflict and one way to resolve such a conflict is to remove one of the conflicting items. Shame you pick Anaconda Distribution but we cannot fix the Windows DLL loader here. This is why we specifically discourage adding anything to |
Hi, i solved just removing the anaconda's lib (all) from the PATH. |
That's fine, we don't recommend adding anything to To run our software you should use |
Thanks for zxr12748 ,I copy the folder |
@zxr12748 Thank you That worked perfectly for me. |
Hi there! I have run into this issue just now, while trying to use matplotlib. None of the tips and tricks listed here helped me, until I downgraded the Qt down to the old 5.6.2. Now it works just fine. |
i fixed it by adjusting path in qt.conf file located in Anaconda3 root [Paths] |
I am getting the same issue but from apache, what to do |
I've found another solution (at least for my specific case). I have installed PySide2 directly from Qt. Copying (and overwriting) all DLLs from |
if installed PyQt5 and PySide2, i solved problem |
If you are using MiKTeX, edit the qt.conf(in the Anaconda base directory), change the Header like: |
In Windows, please activate the virtual env, for example, the |
Hi, I´m getting the same error when I try to install Anaconda (Python 3.7) on Windows 10. I ran 'conda install qt ' in Anaconda prompt like you but it returns me the message : ' Thank you in advance! |
Totally Works for me |
I faced this 'qt' issue every time I tried to install Anaconda. Many, many times!. So, Anaconda never worked in my notebook. I need to install a package using Conda (Iris), so I installed Miniconda. It didn't work (the package installation), but in the error reported it was listed that the Qt was addressed to another installed program (Delft3D from Deltares). After I removed the Delft3d and manually to delete its directory and contents, restarting the computer, Anaconda finally come to life on my computer! |
You saved me a lot of time. In my computer, I have the following envs.
and after I changed
|
Hi, I'm having the same problem. I tried some of the above answers but it didn't work out for me. My PATH is as below, can you tell me what to do. I just learn how to code and don't even know how to handle all these system variable things (I really don't understand some of your answers so I don't know how to follow those solutions) |
I have the same issue and fixed in this way below the line 23 type.signature
save this file and try again and the issue should be gone :) |
Worked for me too. Thanks. |
I keep getting this Qt platform error after conda update --all but this solution worked for me too. |
Thanks @Lauanb I have fought this for days!!! Finally, your comment helped me. I had only moved the contents of the folder.
Edit: Well the issue is almost solved. Now Navigator launches, but all checkboxes and package descriptions show as "..." . Any one have thoughts on this one? Edit 2: If I try to launch Spyder from terminal, I received the error "Could not find QtWebEngineProcess.exe"... |
For me, the easiest way was to
that's all. |
it worked for me! I just remove Anaconda and reinstall it again from the web I follow this video: https://www.youtube.com/watch?v=Ul79ihg41Rs |
Hello, I've been using Anaconda on Windows 10 for the past few months. However, today I tried launching the program and got the following error:
"This application failed to start because it could not find or load the Qt
platform plugin "windows in "".
Reinstalling the application may fix this problem."
I read around about doing 'conda update -all' in cmd, however it didn't
work for me, neither reinstalling Anaconda.
This seems to be a common problem, however I can't seem to find a
straightforward solution online, what can I do? and please bear in mind that
I'm a newbie in Python.
Thanks in advance!
PD: After reading other topics in this forums, I think this information could be useful:
`C:\Users\JoséIgnacio>conda info
Current conda install:
C:\Users\JoséIgnacio>qmake --version QMake version 3.0 Using Qt version 5.6.0 in C:/Users/JoséIgnacio/Anaconda3/Library/lib
C:\Users\JoséIgnacio>qmake -query QT_SYSROOT: QT_INSTALL_PREFIX:C:/Users/JoséIgnacio/Anaconda3/Library QT_INSTALL_ARCHDATA:C:/Users/JoséIgnacio/Anaconda3/Library QT_INSTALL_DATA:C:/Users/JoséIgnacio/Anaconda3/Library QT_INSTALL_DOCS:C:/Users/JoséIgnacio/Anaconda3/Library/doc QT_INSTALL_HEADERS:C:/Users/JoséIgnacio/Anaconda3/Library/include/qt QT_INSTALL_LIBS:C:/Users/JoséIgnacio/Anaconda3/Library/lib QT_INSTALL_LIBEXECS:C:/Users/JoséIgnacio/Anaconda3/Library/bin QT_INSTALL_BINS:C:/Users/JoséIgnacio/Anaconda3/Library/bin QT_INSTALL_TESTS:C:/Users/JoséIgnacio/Anaconda3/Library/tests QT_INSTALL_PLUGINS:C:/Users/JoséIgnacio/Anaconda3/Library/plugins QT_INSTALL_IMPORTS:C:/Users/JoséIgnacio/Anaconda3/Library/imports QT_INSTALL_QML:C:/Users/JoséIgnacio/Anaconda3/Library/qml QT_INSTALL_TRANSLATIONS:C:/Users/JoséIgnacio/Anaconda3/Library/translations QT_INSTALL_CONFIGURATION: QT_INSTALL_EXAMPLES:C:/Users/JoséIgnacio/Anaconda3/Library/examples QT_INSTALL_DEMOS:C:/Users/JoséIgnacio/Anaconda3/Library/examples QT_HOST_PREFIX:C:/Users/JoséIgnacio/Anaconda3/Library QT_HOST_DATA:C:/Users/JoséIgnacio/Anaconda3/Library QT_HOST_BINS:C:/Users/JoséIgnacio/Anaconda3/Library/bin QT_HOST_LIBS:C:/Users/JoséIgnacio/Anaconda3/Library/lib QMAKE_SPEC:win32-msvc2015 QMAKE_XSPEC:win32-msvc2015 QMAKE_VERSION:3.0 QT_VERSION:5.6.0
The text was updated successfully, but these errors were encountered: