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
The following command fails and the error message suggests removing the .jl extension.
julia> Pkg.add("QiskitOpt.jl")
I'm not familiar with the Julia ecosystem, does it download this package from juliapackages.com? If so, it looks like the last update was a year ago so this command is probably installing an old version. If users should install from source, it wasn't clear to me as a non-Julia user.
I also noticed a small typo (IBQM).
export IBQM_API_TOKEN=YOUR_TOKEN_HERE
The text was updated successfully, but these errors were encountered:
The following command fails and the error message suggests removing the
.jl
extension.I'm not familiar with the Julia ecosystem, does it download this package from juliapackages.com? If so, it looks like the last update was a year ago so this command is probably installing an old version. If users should install from source, it wasn't clear to me as a non-Julia user.
I also noticed a small typo (IBQM).
export IBQM_API_TOKEN=YOUR_TOKEN_HERE
The text was updated successfully, but these errors were encountered: