Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 757 Bytes

mac_install.md

File metadata and controls

17 lines (13 loc) · 757 Bytes

Mac Installation

On Apple Silicon devices, pyembree, a necessary requirement, can have trouble installing.

To solve this, use the the following workaround:

CONDA_SUBDIR=osx-64 conda create -n myenv_x86 python=3.9
conda activate myenv_x86
conda config --env --set subdir osx-64
conda install -c conda-forge pyembree
  • Then, may say 'libembree.2.dylib' is missing. If so:
    • Download .dylibs
    • Copy the .dylib files to /venv/lib/...
    • Try opening them. If needed, go to Settings > Privacy and Security > Click 'allow' for each one