Closed
Description
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).
Metadata
Metadata
Assignees
Labels
No labels