-
Notifications
You must be signed in to change notification settings - Fork 225
Navigator Error #3287
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
Comments
Update: I followed a tip from Kerry Watson at Continuum and added two lines to my ~/.bash_profile, namely
Sadly this had no effect. However, it may be relevant for me to show here the contents of ~/bash_profile
|
And here is the weird resolution. Summary: I'm now back in business, but have followup questions. I discovered I had an empty folder called ~/matplotlibrc. I deleted it, and now Spyder launches! (Apparently I created this long ago.) This folder was bad in two ways: The correct thing is a *file named matplotlibrc contained in a folder named ~/.matplotlib/ . Although I am in business, two disturbing behaviors persist:
I ignored all of that. (When I launch from Anaconda Navigator, I also succeed but these same messages appear in a popup.)
So my remaining question is: Is there something I should do to avoid the two nonfatal behaviors (1--2)? |
@NelsonUpenn from @ccordoba12 Is there something I should do to avoid the two nonfatal behaviors (1--2)? export EVENT_NOKQUEUE=1 I haven't seen point 2. before, so I can't recommend a solution for it. Also, your developers may want to think about whether the system is acting too fragile in the face of what is admittedly an obscure goof (my bogus ~/matplotlibrc/ folder ). This work will be part of Spyder 3.2, to be released, as I said before, at the end of this week. |
This was fixed in spyder-ide/spyder#4765. |
Background: I downloaded Anaconda on 17 July 17 and did a standard install. Then I tried launching spyder from the Unix command line, and also tried from Anaconda Launcher, each time with the same result: The splash page comes up for a moment, then the app dies with:
Main error
Application spyder launch may have produced errors.
Traceback
System information
More background: I previously had the same problem with an older MacOS10.9 as well.
The text was updated successfully, but these errors were encountered: