-
Notifications
You must be signed in to change notification settings - Fork 188
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
Incompatible with PythonCall.jl #1056
Comments
Adding documentation pointing to https://juliapy.github.io/PythonCall.jl/stable/pycall/#Tips would help, making the error give that hint would be even better. |
Is this still relevant, or was it actually? I mean the link no longer works, should point to current docs on using together, which claim possible. I do not want to claim possible to use together, if actually not possible in some edge cases, but I think it might not be impossible if done correctly (maybe only on 1.10.5?). Should PyCall be deprecated? And/or at the README least point PythonCall.jl, as an alternative? I meant to open an issue/PR, to that effect, but hesitate because of this open one... |
In principle, it should be possible to use both PyCall and PythonCall simultaneously, if you configure them to use the same Python installation? |
Alternatively, since PythonCall can use any Python determined at runtime, possibly you can tell it to use PyCall's python at runtime if you load the latter first. |
This is documented here: https://juliapy.github.io/PythonCall.jl/stable/faq/#Can-I-use-PythonCall-and-PyCall-together? So I think this issue can be closed? |
I can't load this package and PythonCall.jl in the same Julia session without error
The text was updated successfully, but these errors were encountered: