Fixing Errors on MacOS (M1, MacOS Sonoma) #682
SidSheth007
started this conversation in
General
Replies: 1 comment
-
Thank you for the info! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Just wanted to share a quick fix I found for some errors when attempting to run eth_mnist.py and other example tests on MacOS with homebrew and pyenv.
If receiving an error report indicating that an _lzma module is missing, use this enable framework flag...
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.9.6
This fixed any issues for me!
https://stackoverflow.com/questions/59690698/modulenotfounderror-no-module-named-lzma-when-building-python-using-pyenv-on
Beta Was this translation helpful? Give feedback.
All reactions