Open funnyguy0007 opened 5 years ago
Thanks for letting us know. This package was put together for Julia 0.6, so the easiest thing to do would be for you to install Julia 0.6 and try again. But all of the Julia Robotics tools used here should also be compatible with Julia 0.7 and 1.0, so I'll see if I can update the package to install easily in those versions.
That would be awesome thanks again.
I will try with Julia 0.6. I think some of the packages in the REQUIRE file do not specify specific versions and it has thrown errors for me as well, so I had to add specific versions or remove packages altogether because even a specific version wasn’t working for Julia 1.0.
On Nov 17, 2018, at 9:45 AM, Robin Deits notifications@github.com wrote:
Thanks for letting us know. This package was put together for Julia 0.6, so the easiest thing to do would be for you to install Julia 0.6 and try again. But all of the Julia Robotics tools used here should also be compatible with Julia 0.7 and 1.0, so I'll see if I can update the package to install easily in those versions.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
First of all thank you for providing this suite of useful tools.
I have tried numerous times to get this working in julia.
Fist I tried with Julia 1.0.2, however I get the following error, and I didn't want to modify the REQUIRE file.
Then i tried installing Julia 0.7.0 It got farther, however I still get this error.
Please let me know how I can run this suite. Thanks.
Using Julia 0.7.0
julia> Pkg.clone("https://github.com/rdeits/DynamicWalking2018.jl") WARNING: Base.Pkg is deprecated, run
using Pkg
instead in module Main ┌ Warning: Pkg.clone is only kept for legacy CI script reasons, please useadd
└ @ Pkg.API C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\API.jl:445 Updating git-repohttps://github.com/rdeits/DynamicWalking2018.jl
[ Info: Assigning UUID 90fead79-abd3-5722-9dc6-80d46f08d54c to DynamicWalking2018 [ Info: PathC:\Users\alext\.julia\dev\DynamicWalking2018
exists and looks like the correct package, using existing path instead of cloning Resolving package versions... ┌ Warning: julia version requirement for package DynamicWalking2018 not satisfied └ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\Operations.jl:173 UpdatingC:\Users\alext\.julia\environments\v0.7\Project.toml
[no changes] UpdatingC:\Users\alext\.julia\environments\v0.7\Manifest.toml
[no changes]Using Julia 1.0.2
julia> Pkg.clone("https://github.com/rdeits/DynamicWalking2018.jl") Updating git-repo
https://github.com/rdeits/DynamicWalking2018.jl
[ Info: Assigning UUID 90fead79-abd3-5722-9dc6-80d46f08d54c to DynamicWalking2018 [ Info: PathC:\Users\alext\.julia\dev\DynamicWalking2018
exists and looks like the correct package, using existing path instead of cloning Resolving package versions... ┌ Warning: julia version requirement for package DynamicWalking2018 not satisfied └ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\Operations.jl:183 UpdatingC:\Users\alext\.julia\environments\v1.0\Project.toml
[no changes] UpdatingC:\Users\alext\.julia\environments\v1.0\Manifest.toml
[no changes]