You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: