Skip to content

Instantly share code, notes, and snippets.

@huseinzol05
Created July 14, 2022 05:46
Show Gist options
  • Save huseinzol05/3773b5e7d8d727def8b21825bdcfa4f9 to your computer and use it in GitHub Desktop.
Save huseinzol05/3773b5e7d8d727def8b21825bdcfa4f9 to your computer and use it in GitHub Desktop.
Install plyvel on Mac OC Catalina 10.15.2
brew tap bagonyi/homebrew-formulae git@github.com:bagonyi/homebrew-formulae.git
brew extract --version=1.22 leveldb bagonyi/formulae
HOMEBREW_NO_AUTO_UPDATE=1 brew install leveldb@1.22
CFLAGS='-stdlib=libc++ -std=c++11' pip3 install plyvel --no-cache-dir
python3 -c 'import plyvel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment