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

PolynomialRoots Not found in Julia 1.0.1 #8

Closed
mattcbro opened this issue Oct 18, 2018 · 3 comments
Closed

PolynomialRoots Not found in Julia 1.0.1 #8

mattcbro opened this issue Oct 18, 2018 · 3 comments

Comments

@mattcbro
Copy link

I'm not sure why but this package does not seem to be in the registery.

julia> Pkg.add("PolynomialRoots")
  Updating registry at `~/programs/JuliaPro-1.0.1.1/JuliaPro/pkgs-1.0.1.1/registries/JuliaPro`
  Updating git-repo `https://pkg.juliacomputing.com/registry/JuliaPro`
ERROR: The following package names could not be resolved:
 * PolynomialRoots (not found in project, manifest or registry)
Please specify by known `name=uuid`.

I can still import it in julia 0.6.4 though.

@giordano
Copy link
Owner

You're using JuliaPro, I know that its registry is not the same as the General registry used by "regular" Julia, see https://discourse.julialang.org/t/physicalconstants-package-with-julia-1-0-1-1/16189

@mattcbro
Copy link
Author

You're using JuliaPro, I know that its registry is not the same as the General registry used by "regular" Julia, see https://discourse.julialang.org/t/physicalconstants-package-with-julia-1-0-1-1/16189

Yeah I finally figured that out the hard way. Sorry for spamming this spurious issue. It does appear to load in the vanilla 1.0.1.

@giordano
Copy link
Owner

No problem 😉

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

2 participants