Roger Lee

Results 3 comments of Roger Lee

For macOS 11.6, and M1 chip, the following step work for me. ```bash # Install lzo homebrew arch -arm64 brew install lzo # Configure include path and lib path export...

I'm using macOS 11.6, and M1 chip, the env below work for me. ``` arch -arm64 brew install lzo export C_INCLUDE_PATH=/opt/homebrew/Cellar/lzo/2.10/include/lzo:/opt/homebrew/Cellar/lzo/2.10/include/ export LIBRARY_PATH=/opt/homebrew/lib pip3 install python-lzo Installing collected packages: python-lzo...

> This is my solution: /anaconda3/lib/python3.7/site-packages/notebook/i18n/xxx e.g. /anaconda3/lib/python3.7/site-packages/notebook/i18n/zh_CN -----> zh_CN_old and reopen jupyter notebook. That's really what I want! I don't want to change ENV language settings.