-
Notifications
You must be signed in to change notification settings - Fork 47
Fails to find libLLVM on anaconda #130
Comments
I have the same issue with MacOS 10.12 + anaconda + Julia 1.01 (installed with conda), when trying to install a jupyter notebook kernal.
|
[Solved] Now I tried to use a non-conda-installed version of julia 1.0.1, and the problem disappeared. |
Is there any solution to this using the conda-installed version? |
Same error here. Unable to build ZMQ and MbedTLS. |
Same here. Any update? |
Same here. My purpose was to use DifferentialEquations.jl in jupyter, in my setup (precompiled binary package julia 1.0.3; anaconda environment 'julia' with installed julia 1.0.2, conda 4.5.12).
UPDATE: this advice for symlinking llvm fixed the LLVM issue. Although my original problem (install DifferentialEquations.jl in conda julia) now failed because of another issue I call the 'Arpack error'. If you have the same purpose and run into that error as well at this point, here is how I fixed it. |
Maybe this issue should be merged with (or vice versa) JuliaLang/julia#29720 ? It also seems to be discussed here: conda-forge/julia-feedstock#60 |
Since this is an issue with the conda-forge https://github.com/conda-forge/julia-feedstock/blob/master/recipe/build.sh In particular, note that the package does not install the conda-forge |
I'm not sure if this is a problem with the conda-forge julia package or this package, but using a package that requires BinaryProvider.jl with Anaconda fails to find the libLLVM symbols.
On a Linux system with docker, this can be reproduced by running:
docker run continuumio/anaconda /bin/bash -c "/opt/conda/bin/conda install -c conda-forge -yq julia && julia -e 'using Pkg; Pkg.add(\"ZMQ\")'"
This results in the following error:
This was not the case for Julia 0.6.1, although that used BinaryProvider v0.3.3
The text was updated successfully, but these errors were encountered: