Package not being added

Hi all,

I am new to julia and am struggling with adding the Quandl API package. I’ve tried the standard Pkg.add(“Quandl”), the ] add with the github link, removing the general registries but all of them end up with this message :

(v1.2) pkg> add https://github.com/milktrader/Quandl.jl
Updating git-repo https://github.com/milktrader/Quandl.jl
[ Info: Assigning UUID d327b389-2f66-5a3c-8d90-6b9c63a3ea07 to Quandl
Updating git-repo https://github.com/milktrader/Quandl.jl
Resolving package versions…
ERROR: The following package names could not be resolved:

  • Requests (not found in project, manifest or registry)
    Please specify by known name=uuid.

How do I address this?

That’s an old package which has not been updated to Julia 1.0. Ping the author?

1 Like