-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoadError: Cannot find or load libmxnet.dylib #423
Comments
The build script will copy and rename it as Line 255 in 3df1214
Did you build your libmxnet manually? or via |
Also, the stable release of MXNet.jl might not work together with newer libmxnet. |
I’m manually installing libmxnet from source from the project’s web site but I’ll try installing MXNet.jl using Pkg.build. |
@iblis17 Please advise how to build |
In case of macOS, if user build libmxnet from source set MXNET_HOME, the output is still named as `libmxnet.so`. Ref: #423
In your case, I think adding a symblink (or just copy)
try
yeah, I add |
I was able to resolve the
Using the |
no idea why you need |
Does #424 works for you if not to make any symlink? |
Adding just the sym-link didn’t work for me because this would generate a failure when I tried |
Sorry, I do not get detail issue you described. But I mean, don't make any symlink. Can just copying work for you? |
If I don’t make a symlink, then I’ll get a failure. |
Is it still a LoadError? mind share the error message? or...could you try that copying your |
The error that I'm getting appear in my initial message which is as follows:
|
Oh, I found the problem in my description. What I expected is this:
If you want stuffs work out of box from Instructions:
|
Here's the current status of things:
Now, things appear to be working now. So, does the master branch have this patch? If so, how does one simply use the master branch? From the Julia documentation, one should be able to do the following: |
well, there are two situations:
According to your operation in #423 (comment).
No, I sent it as a PR, not merged yet.
|
In case of macOS, if user build libmxnet from source set MXNET_HOME, the output is still named as `libmxnet.so`. Ref: #423
Hi, I have performed the following steps:
1). built MXNet from source with GPU support which generated the following 2 files:
2). withing Julia 0.6.2,
Pkg.add("MXNet")
3). within Julia 0.6.2,
using MXNet
Note:
libmxnet.dylib
was not created but alibmxnet.so
andlibmxnet.a
were created in step (1). Thus, I'm not sure whyusing MXNet
is looking for a different file here.Comment
Platform
The text was updated successfully, but these errors were encountered: