cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
337 stars 22 forks source link

rebar3 installation error: invalid castore version #252

Open fancycade opened 3 months ago

fancycade commented 3 months ago

Hi there, I was attempting to use this project in an erlang project using rebar3.

I tried a few things to work around the issue but kept running into:

===> Dep castore has invalid version ~> 0.1 or ~> 1.0

Adding castore as a dependency or specifying the castore version fixed the issue.

I don't often try installing elixir packages with rebar3 so perhaps there is something I'm missing.

Installation via mix works fine.

cocoa-xu commented 3 months ago

Hi @fancycade, currently evision needs to be a git dependency in other projects. It'll be available as a hex dependency once #210 is done :)