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
Excuse me.I am trying to present the analysis in an article. I saw they were using plasmo v0.1.0- in Julia v0.6.4. Then I try to install it in my computer just as:
julia> Pkg.add("Plasmo",v"0.1.0-")
ERROR: Plasmo can't be installed because it has no versions that support 0.6.4 of julia. You may need to update METADATA by running Pkg.update()
And I foundd Plasmo v0.1.0- is not in julia METADATA, then I tried :
It worked , but the version of Plasmo I got was v0.2.0+ ,which depends on LinearAlgebra. And the function was append in julia v0.7.0.
I turned to the author of the article for help.They told me to try and ask for your help.
Could you give me some advise about that? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi @wonitawowowo. Apologies I haven't gotten around to your issue yet. Plasmo.jl never registered any versions for Julia v0.6. Most likely, you will need to find a working commit hash to use. I'll have to go through the commit history and find the last one that works for Julia v0.6.
Excuse me.I am trying to present the analysis in an article. I saw they were using plasmo v0.1.0- in Julia v0.6.4. Then I try to install it in my computer just as:
julia> Pkg.add("Plasmo",v"0.1.0-")
ERROR: Plasmo can't be installed because it has no versions that support 0.6.4 of julia. You may need to update METADATA by running Pkg.update()
And I foundd Plasmo v0.1.0- is not in julia METADATA, then I tried :
julia> Pkg.clone("https://github.com/plasmo-dev/Plasmo.jl","Plasmo")
INFO: Cloning Plasmo from https://github.com/plasmo-dev/Plasmo.jl
It worked , but the version of Plasmo I got was v0.2.0+ ,which depends on LinearAlgebra. And the function was append in julia v0.7.0.
I turned to the author of the article for help.They told me to try and ask for your help.
Could you give me some advise about that? Thanks a lot.
The text was updated successfully, but these errors were encountered: