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
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.