rgrinberg / opium

Sinatra like web toolkit for OCaml
MIT License
755 stars 67 forks source link

Error installing in osx #71

Closed mrkaspa closed 7 years ago

mrkaspa commented 7 years ago

I was trying to install on osx and I go this error I tried to pin this version but no luck


~/c/real_world_ocaml ❯❯❯ opam pin add opium 0.15.1                                                   ⏎ master ✱ ◼
[NOTE] opium is currently version-pinned to 0.15.0.
Proceed ? [Y/n] y
opium is now version-pinned to 0.15.1

[opium] https://github.com/rgrinberg/opium/archive/v0.15.1.tar.gz downloaded

opium needs to be installed.
Your request can't be satisfied:
  - opium.0.15.1 is not available because the package is pinned to version 0.15.1.

No solution found, exiting
[NOTE] Pinning command successful, but your installed packages may be out of sync.
~/c/real_world_ocaml ❯❯❯ opam install opium                                                          ⏎ master ✱ ◼

=-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  🐫
Your request can't be satisfied:
  - opium is not available because the package is pinned to version 0.15.1.

No solution found, exiting
rgrinberg commented 7 years ago

This is fixed in master and the upcoming v0.16.0 release. Will make a release ASAP.