Closed rwest closed 5 months ago
This was solved by creating a new conda environment from scratch and following the installation instructions from the top. (i.e. replace conda env create -f environment.yml
with conda env create -n rmg_env2 -f environment.yml
and then use the rmg_env2
environment. I am now up to rmg_env8
). I think the problem was from trying to maintain and update an existing environment incrementally.
Just like my first step for debugging anything in a Jupyter notebook is "reset kernel and run from the top", and for debugging anything in RMG-Py it is "make clean; make", now my go-to advice with anything suspicious about conda packages is going to be "make a new environment from scratch".
Bug Description
Trying to follow parts of https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaDeveloper.html# on an intel mac when I reach
I currently get
Focusing on the
Library not loaded: @rpath/libtbb.dylib Referenced from: <D2B2A060-F4A6-34EA-BC95-649F75FE4EA1> /Users/rwest/miniconda3/envs/rmg_env7/lib/libspqr.2.0.9.dylib Reason: tried: '/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.dylib' (no such file), '/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.dylib' (no such file), '/Users/rwest/miniconda3/envs/rmg_env7/lib/julia/libtbb.dylib' (no such file), '/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.dylib' (no such file), '/Users/rwest/miniconda3/envs/rmg_env7/lib/julia/../libtbb.dylib' (no such file), '/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.dylib' (no such file), '/usr/local/lib/libtbb.dylib' (no such file), '/usr/lib/libtbb.dylib' (no such file, not in dyld cache)
I have
tbb
instaled via conda and I notice that I have all these dylibs in/Users/rwest/miniconda3/envs/rmg_env7/lib
:/Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.12.10.dylib /Users/rwest/miniconda3/envs/rmg_env7/lib/libtbbmalloc.2.dylib /Users/rwest/miniconda3/envs/rmg_env7/lib/libtbb.12.dylib /Users/rwest/miniconda3/envs/rmg_env7/lib/libtbbmalloc_proxy.2.10.dylib /Users/rwest/miniconda3/envs/rmg_env7/lib/libtbbmalloc.2.10.dylib /Users/rwest/miniconda3/envs/rmg_env7/lib/libtbbmalloc_proxy.2.dylib
Installation Information
Describe your installation method and system information.