Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated environment specified in the Project.toml #14

Open
jonalm opened this issue Sep 29, 2024 · 1 comment
Open

Outdated environment specified in the Project.toml #14

jonalm opened this issue Sep 29, 2024 · 1 comment

Comments

@jonalm
Copy link

jonalm commented Sep 29, 2024

I'm on apple silicon using a Julia 1.11.rc4. When running the examples naively I run into errors,

e.g.

julia> include("board.jl")
ERROR: LoadError: InitError: type RefArray has no field cpp_object
...

However, when I update create a new environment with the same packages as in Project.toml (ignoring the version bounds), the examples run fine.

Notably using:

  • CxxWrap v0.16.0 (not 0.14 as in Project.toml)
  • QML v0.9.1 (not 0.8 as in Project.toml)
@ufechner7
Copy link
Contributor

This pull request will fix this issue: #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants