We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Project.toml
Notably using:
The text was updated successfully, but these errors were encountered:
This pull request will fix this issue: #15
Sorry, something went wrong.
No branches or pull requests
I'm on apple silicon using a Julia 1.11.rc4. When running the examples naively I run into errors,
e.g.
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:
Project.toml
)Project.toml
)The text was updated successfully, but these errors were encountered: