-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Install MXNet on Ubuntu 18 and Julia-1.0.3? #13836
Comments
Hey Samuel, welcome to MXNet! We currently only support Julia 0.6, but are working on 0.7 and 1.0 support here: #12845 CC @iblis17 |
Thanks for the info. I guess I'm too eager. Since I'm new to julia, I thought that starting with the latest and greatest version of julia would be best but that doesn't take into account that other projects have to catch up. I'm fine with giving julia-0.6 a try. Best of luck with your release of MXNet for Julia. FYI I'm a huge fan of Sockeye which is build on top of MXNet. |
Hi,
Then, start your Julia shell using Pkg
Pkg.develop(PackageSpec(name = "MXNet", path = "./julia"))
Pkg.build("MXNet")
...
using MXNet |
@SamuelLarkin Close this issue for now. Please feel free to reopen it if you are facing more problems with it. |
Anyone else troubleshooting setting up Julia with MXNet should note that this PR has been merged and MXNet now supports 0.7 and 1.0.x. |
Well, no--it doesn't seem to work at all:
|
Hi,
disclaimer ;) I'm a complete newbie in Julia.
I want to install MXNet for Julia-1.0.3 under Ubuntu18 but I get
which leads me to believe that MXNet-1.3.1 is not available for Julia-1.0.3.
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: