Open musikleigh opened 6 years ago
It seems Qt was not installed correctly. Open a terminal and run
conda install qt --force
conda install pyqt --force
conda install sip --force
Hm it's still doing the same thing:
conda install qt --force Solving environment: done
environment location: /Users/kayleigh/anaconda3
added / updated specs:
The following packages will be UPDATED:
qt: 5.9.5-h02808f3_0 --> 5.9.5-h02808f3_0
Proceed ([y]/n)? y
Preparing transaction: done Verifying transaction: done Executing transaction: done conda install pyqt --force Kayleigh-Mills-MacBook-Pro:~ kayleigh$ conda install pyqt --force Solving environment: done
environment location: /Users/kayleigh/anaconda3
added / updated specs:
The following packages will be UPDATED:
pyqt: 5.9.2-py36h11d3b92_0 --> 5.9.2-py36h11d3b92_0
Proceed ([y]/n)? y
Preparing transaction: done Verifying transaction: done Executing transaction: done Kayleigh-Mills-MacBook-Pro:~ kayleigh$ conda install sip --force Solving environment: done
environment location: /Users/kayleigh/anaconda3
added / updated specs:
The following packages will be UPDATED:
sip: 4.19.8-py36h0a44026_0 --> 4.19.8-py36h0a44026_0
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Kayleigh-Mills-MacBook-Pro:~ kayleigh$ anaconda-navigator
Traceback (most recent call last):
File "/Users/kayleigh/anaconda3/lib/python3.6/site-packages/qtpy/init.py", line 166, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/kayleigh/anaconda3/bin/anaconda-navigator", line 7, in
There is a newer version of qt and qtpy please install
conda install qt=5.9.6 qtpy=1.4.2
It's still doing the same thing
Hi, I have the same issue did you manage to sort it? thanks :)
no, no luck fixing it yet
Probably running an old version of MacOSX. Updating to a newer version should help. (10.13.x)
Hm...having the same problem and no fixing yet.
Hi when I updated my mac it worked.. have you tried this?
On Mon, Aug 27, 2018 at 12:15 PM KevinLee752 notifications@github.com wrote:
Hm...having the same problem and no fixing yet.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ContinuumIO/anaconda-issues/issues/9692#issuecomment-416193966, or mute the thread https://github.com/notifications/unsubscribe-auth/AnLgUW0COM1p8bj_ixA4L5wo_7kb_jsVks5uU9TjgaJpZM4U9q_s .
Why does anaconda have so many problems?
I uninstalled spyder, and then tried to re-install it. Anaconda froze. I killed it. Now I can't start it anymore.
Why is this thing so, so buggy...
I am on mac. I ended up updating everything through the terminal. Then the icon to open navigator quit working so I deleted the icon and relaunched through the file-explorer (finder). Also sometimes if navigator messes up, it still lets me launch an application from the terminal.
I am trying to get use to pycharm so I dont have to deal with these bugs anymore.
Same here — tried the official steps of the trouble shooting but nothing worked so far...
I had same problem. It appeared after I installed some web scraping packages using PIP. When I looked at "qt" (conda info qt) it seemed to complain about conflicts between packages. Maybe this is the root of the problem, but I got lucky. The following command cured my problem:
conda update -n base conda
My version of "conda" was out of date (about 3 months) I had ignored the please update message, but I guess it matters.
I'm not sure if this is what you're SUPPOSED to do.... but this is what I did and it worked for me:
sudo chown 501:20 /Users/[user]/anaconda3/pkgs/cache/3ce78580.json sudo conda update -n base conda sudo conda update anaconda-navigator sudo conda update navigator-updater
Yes, exactly.. I only needed the second line: conda update -n base conda
I was surprised that having a slightly older version of conda would be a problem, but it was.
On May 8, 2019, at 10:57 AM, Victor Clarke notifications@github.com wrote:
I'm not sure if this is what you're SUPPOSED to do.... but this is what I did and it worked for me:
sudo chown 501:20 /Users/[user]/anaconda3/pkgs/cache/3ce78580.json sudo conda update -n base conda sudo conda update anaconda-navigator sudo conda update navigator-updater
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ContinuumIO/anaconda-issues/issues/9692#issuecomment-490544982, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOF7CA5FF2VLJBUQHBPA33PUL2ABANCNFSM4FHWV7WA.
I had the same problem after installing anaconda on an external drive (same thing happened on local drive): clicking on the anaconda navigator wouldn't do anything nor give me any errors.
I managed to find a partial solution that does not require updating or installing anything else. To start the Anaconda Navigator:
cd
into the install folder for Anacondacd
into the folder anaconda3/Anaconda-Navigator.app/Contents/MacOS
run.sh
. Type source run.sh
on the Terminal, and it will launch the Anaconda Navigator. From there, everything should work fine.I have the impression that there might be some Catalina "privacy" issue that is not allowing the script to execute when you click on the Anaconda Navigator icon.
I am having same issue:
I ran:
PATH=~/anaconda3/bin:$PATH
and it still doesn't find ANACONDA
I had the same problem after installing anaconda on an external drive (same thing happened on local drive): clicking on the anaconda navigator wouldn't do anything nor give me any errors.
I managed to find a partial solution that does not require updating or installing anything else. To start the Anaconda Navigator:
- Launch Terminal and
cd
into the install folder for Anaconda- Then,
cd
into the folderanaconda3/Anaconda-Navigator.app/Contents/MacOS
- This folder contains a script named
run.sh
. Typesource run.sh
on the Terminal, and it will launch the Anaconda Navigator. From there, everything should work fine.I have the impression that there might be some Catalina "privacy" issue that is not allowing the script to execute when you click on the Anaconda Navigator icon.
This works from Terminal but doesnt launch it from Launcher
If you are getting qt errors just uninstall pyqt and run the navigator. See if that fixes the issue then reinstall it properly. That is exactly what your error is, pyqt is not installed properly.
I figured out the error for Mac Users:(if the have created Virtual Env) Go to Applications in Finder and try clicking on the Anaconda icon if it opens then that is your "actual" application and the path of the Anaconda Navigator must have been changed and you have to create an alias to access the application. If it does not open it means you have accessed the environment folder inside the package of Anaconda Navigator and then try finding the Anaconda Navigator application which opens on click,it must be inside the folder.
PATH LOCATION OF THE APPLICATION IS CHANGED
No need to install any Library or run any command,i suggest you to try this first
Hi, When I open it using finder, it finally opened. When I was trying using the icon on applications, it did not.
I have a somewhat similar problem with Anaconda on Mac. It starts but doesn't launch. That is, I can see the app open in the dock but it never fully opens. I've tried an endless number of things in an attempt to fix this.
I have a somewhat similar problem with Anaconda on Mac. It starts but doesn't launch. That is, I can see the app open in the dock but it never fully opens. I've tried an endless number of things in an attempt to fix this.
Same thing for me
I have a somewhat similar problem with Anaconda on Mac. It starts but doesn't launch. That is, I can see the app open in the dock but it never fully opens. I've tried an endless number of things in an attempt to fix this.
Same basic problem here. It happened right after I upgraded to Big Sur from Catalina on a Mac. At least, I think it was working fine just before, it's been a couple weeks since I last ran it.
I have the same problem on the mac. I ran
conda update conda
conda update anaconda
But still doesn't launch.
I was having the same issue - It was fixed after I updated macOS to Monterey 12.6 (the latest version at the time of writing this comment)
I use Catalina and I am having the same issue. I realize the issue was created after I install QT designer. My error states "You might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem."
I have the same issue for monterey; one second ago it was working but now both Spyder won't close properly and the navigator won't launch
Here running Monterey and facing same issue. Navigator won't open and no .condarc files to be removed.
Same issue on Ventura (Apple Silicon)
Same issue, intel Mac...
same issue on intel Ventura 13.4 at least some errors,alerts are expected. The installation has been downloaded from official site apps should not distributed such seminar app style.
I am having same issue on my intel Mac. I tried this and it worked!
conda update -n base conda
Open your terminal, copy/paste this code and hit enter. It should work,
I have the same issue, cannot open anaconda navigator on Mac. And I cannot run conda info
in Terminal.
Finally I found the problem came from library OpenSSL. I solved it by
pip uninstall pyopenssl
pip install pyopenssl
I did the following in mac and it worked:
I solved this by reinstalling anaconda navigator. Just choose a different install location when it asks what disk to save on. When you relaunch anaconda all your envs will be there already
Actual Behavior
When I click the Anaconda Navigator icon, the icon pops out like it's trying to open, then nothing happens. No error message. I have tried everything that I could find online as far as recommendations for solving the issue. When I try to open it with the terminal, this is what happens:
kayleigh$ anaconda-navigator Traceback (most recent call last): File "/Users/kayleigh/anaconda3/lib/python3.6/site-packages/qtpy/init.py", line 166, in
from PySide import version as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/Users/kayleigh/anaconda3/bin/anaconda-navigator", line 7, in
from anaconda_navigator.app.main import main
File "/Users/kayleigh/anaconda3/lib/python3.6/site-packages/anaconda_navigator/app/main.py", line 22, in
from anaconda_navigator.utils.conda import is_conda_available
File "/Users/kayleigh/anaconda3/lib/python3.6/site-packages/anaconda_navigator/utils/init.py", line 15, in
from qtpy.QtGui import QIcon
File "/Users/kayleigh/anaconda3/lib/python3.6/site-packages/qtpy/init.py", line 172, in
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
Kayleigh-Mills-MacBook-Pro:~ kayleigh$
Expected Behavior
Steps to Reproduce
Anaconda or Miniconda version:
Operating System:
conda info
conda list --show-channel-urls