‼️Common install issues
MacOS
Couldn't link to library libzstd.1.dylib
In order to fix this issue, you can (currently) execute the following hacky
command:
brew install zstd
sudo ln -s /opt/homebrew/Cellar/zstd/1.5.5/lib/libzstd.1.5.5.dylib /usr/local/lib/libzstd.1.dylib
Last updated
Was this helpful?