-
Notifications
You must be signed in to change notification settings - Fork 201
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
Segmentation Fault on jupyter qtconsole
#585
Comments
The working
|
Verifying |
I believe I found the root cause which is related to https://github.com/matplotlib/basemap using
|
I have temporarily found a workaround by using the |
@SoundsSerious, the problem is you're mixing packages from conda-forge with those from the defaults channel. To avoid that, I'd suggest you to reininstall Anaconda (if you're using its |
@ccordoba12 I've closed this issue as I think its probably closer to basemap maintenance which is a recurring issue. I've tried this but the problem persits, I had hoped that conda would identify the correct underlying c-libs but it looks like this might not work as intened. Steps to reproduce the error conda env remove nept -y
conda create -n nept python=3.9.12 -y
conda activate nept
conda install -c conda-forge basemap qtconsole -y
jupyter qtconsole |
The problem is in this command, I think:
It needs to be
because you need to install everything from conda-forge. |
Awesome, thanks, I'll try this! |
@ccordoba12 I tried this an unfortunately It didn't work. Same problem as before |
Ok, sorry to hear that. Then it's nice that you found a workaround for this problem. |
Hi I'm a long time user of qtconsole but this problem is stumping me.
My environment which was working previously suddenly began experiencing segmentation faults on python
3.9.12
Window system linux Ubuntu20.04
.I removed anaconda and tried again but the issue persisted each time with a fresh
conda install qtconsole
. I installedUbuntu 22.04
, verified x11 (via xeyes) and finally gotqtconsole
working with the defaultpython 3.11
. I made a new conda environment and tried again with python3.9.12
and got the following error as before.The text was updated successfully, but these errors were encountered: