Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register package? #19

Open
pearlzli opened this issue Feb 24, 2020 · 0 comments
Open

Register package? #19

pearlzli opened this issue Feb 24, 2020 · 0 comments

Comments

@pearlzli
Copy link

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!

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

No branches or pull requests

1 participant