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 cloned the minttea repo.
minttea
then ran opam switch create .
opam switch create .
I get the following error when i run opam switch create .. This is on a macbook M2 apple silicon.
The text was updated successfully, but these errors were encountered:
fwiw, I could get it to work by pinning.
in your project_name.opam.template (if you're using dune to generate opam files)
project_name.opam.template
pin-depends: [ [ "riot.0.0.8" "git+https://github.com/riot-ml/riot.git" ] [ "gluon.dev" "git+https://github.com/riot-ml/gluon.git" ] [ "spices.dev" "git+https://github.com/leostera/minttea.git" ] [ "minttea.dev" "git+https://github.com/leostera/minttea.git" ] [ "leaves.dev" "git+https://github.com/leostera/minttea.git" ] ]
Sorry, something went wrong.
No branches or pull requests
I cloned the
minttea
repo.then ran
opam switch create .
I get the following error when i run
opam switch create .
. This is on a macbook M2 apple silicon.The text was updated successfully, but these errors were encountered: