-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
firstcaller can't handle interpreter frame #24658
Comments
|
It isn't just Conda. A few packages broke down after Julia 0.7.0-DEV.22795 (Commit 8798936). It seems to affect mostly those for IDE like Conda, IJulia, Juno, Atom, etc. The common theme is |
Just to double check, are all the |
I don't recall since I went back to 0.7.0-DEV.2279 after I encountered the error, but the one I remember was that error (it was a few days). To confirm it you could probably try to install |
Initially thought this was an issue in Conda: JuliaPy/Conda.jl#94
The deprecation warning is issued but the function works as expected in most cases:
... but as part of an
if
statement causes a strange error:Note that I had some odd issues building Julia from source -- some parts of the build would only work when I had
/usr/local/bin
in myPATH
and others only if it wasn't, so I had to runmake
a few times, switching thePATH
between invocations.The text was updated successfully, but these errors were encountered: