Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Install with OPAM instructions do not work #2

Open
Reilithion opened this issue Sep 26, 2017 · 2 comments
Open

Install with OPAM instructions do not work #2

Reilithion opened this issue Sep 26, 2017 · 2 comments

Comments

@Reilithion
Copy link

I wasn't able to install ocaml-z3 via the instructions in the README. When attempting to add the repo, I see the following:

$ opam repository add plasma-opam https://github.com/plasma-umass/ocaml-repository.git
Processing: [plasma-opam: git]Username for 'https://github.com': 
Password for 'https://github.com': 
Processing: [plasma-opam: git]Username for 'https://github.com': 
Password for 'https://github.com': 
[ERROR] Could not fetch repo

I naively tried to add https://github.com/plasma-umass/ocaml-z3.git and then install ocaml-z3, but that fails too:

$ opam repository add plasma-opam https://github.com/plasma-umass/ocaml-z3.git
[plasma-opam] https://github.com/plasma-umass/ocaml-z3.git updated

$ opam install ocaml-z3
[ERROR] No package named ocaml-z3 found.
@baxtersa
Copy link
Contributor

Ah. We need to update the readme with new instructions.

In the meantime, could you try

opam pin add ocaml-z3 https://github.com/plasma-umass/ocaml-z3.git
opam install ocaml-z3

Let me know if that doesn't work!

@Reilithion
Copy link
Author

Yes. Once I have all the dependencies, this seems to work.

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

No branches or pull requests

2 participants