Are there any plans to register ConvexHull.jl?
I'm using ConvexHull in an unregistered package (call it Foo) that gets loaded on multiple compute nodes. I installed ConvexHull in the package manager using its URL (add git@github.com:JuliaPolyhedra/ConvexHull.jl.git), which worked fine. However, when I call @everywhere using Foo, I get the following error:
ERROR: On worker 2:
Unsatisfiable requirements detected for package ConvexHull [ac7f83e5]:
ConvexHull [ac7f83e5] log:
├─ConvexHull [ac7f83e5] has no known versions!
└─restricted to versions * by Foo [e9584744] — no versions left
└─Foo [e9584744] log:
├─possible versions are: 0.0.0 or uninstalled
└─Foo [e9584744] is fixed to version 0.0.0
I believe my problem is similar to the one in this Discourse post.
Thanks for your help!
Are there any plans to register ConvexHull.jl?
I'm using ConvexHull in an unregistered package (call it Foo) that gets loaded on multiple compute nodes. I installed ConvexHull in the package manager using its URL (
add git@github.com:JuliaPolyhedra/ConvexHull.jl.git), which worked fine. However, when I call@everywhere using Foo, I get the following error:I believe my problem is similar to the one in this Discourse post.
Thanks for your help!