Skip to content

Plots did not seem defined in the .toml and had therefore to be installed manually. #47

@jellepoland

Description

@jellepoland

I fixed it by running:

using Pkg
Pkg.activate(".")
Pkg.add("Plots")

This gave new errors, which were resolved by updating a version of openssl

Which itself gave new errors, requiring a reinstallation of the package.

Afterwhich everything, including the plots, were working smoothly.

Not sure what caused the problem.

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