You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When PyCall is imported from a Julia instance embedded in python, it should obtain python symbols directly from the executable and not reload libpython. However,
I think we are doing it already when using fake-julia (for statically linked Python). If you are using dynamically linked Python, it deos make sense to load it from libpython (because Python does it as well).
Note that fake-julia does not work in Julia 0.7 or above. This issue is tracked by #173.
When PyCall is imported from a Julia instance embedded in python, it should obtain python symbols directly from the executable and not reload libpython. However,
and
The text was updated successfully, but these errors were encountered: