Donglai Gong

Results 16 comments of Donglai Gong

If I use Conda.jl inside Julia. I still encounter the same issue eventhough the libraries are present in those directories: ``` julia> plt = pyimport("matplotlib.pyplot") INTEL MKL ERROR: dlopen(/Users/user/.julia/conda/3/lib/libmkl_intel_thread.dylib, 9):...

Have the same issue, gives me `ERROR: LoadError: UndefVarError: module_parent not defined` error. Test code attached. debugCode.jl: ``` using JLD push!(LOAD_PATH, pwd()); import debugTypes: Type1, Type2 import debugTypes a =...

I think this is a dependency issue. I was able to install LLVM v4.7.1 just fine but SciMLTutorial is somehow installing v3.7.1.

It doesn't look like anyone is working on this issue. It has persisted onto Julia v1.9 master. Given Apple Silicon has been on the market for over 2 years now...

I'm very interested having NCDatasets.jl support Apple Silicon. I just installed netcdf 4.8.1 and HDF5 1.12.1 via homebrew on my M1 mac and they seem to function fine without having...

I proposed some changes, but I don't know how to test whether they work.

In my miniforge lib directory I saw the following two netcdf library files: libnetcdf.19.dylib and libnetcdf.a. Would either of them work? I also tried to follow the steps you mentioned...

With the latest NetCDF_jll version (v400.702.402+0) and HDF5_jll (v1.12.1+0), I'm able to use NCDatasets.jl on my Apple Silicon M1 mac without the libnetcdf not defined error.

I'm mainly using Plotly backend for Plots but that only requires PlotlyBase I think. So technically I don't need Plotly installed personally. I just found out the version lag after...