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
It seems like sometimes juliacall does not request the PythonCall version that matches its own version.
Currently import juliacall appears to grab the latest version of PythonCall for julia. If e.g. PythonCall gets a version bump after I did pip install juliacall, the import will fail because juliacall grabs the latest PythonCall and its version will not match the older juliacall.
Btw, the error message for a version mismatch is currently not very easy to interpret (it's clear there is a version mismatch, but not clear what packages/tools have mismatched versions).