Skip to content

first import of juliacall clobbers Project.toml #166

Closed
@jlapeyre

Description

@jlapeyre

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions