Closed
Description
I create a virtual environment in a directory that already contains a Project.toml
file (it is the toplevel of a Julia package).
Then I do import juliacall
. (Maybe also import juliacall.Main
). I may not have had PythonCall
installed yet. In any case, it was automatically downloaded. But, a new Project.toml
file was written that contained only the PythonCall
dependency. This clobbered the existing Project.toml
.
Suggested improvement: Add PythonCall
to the existing project. Perhaps with a warning. Or throw an error explaining the conflict.
juliacall 0.8.0
Metadata
Metadata
Assignees
Labels
No labels