Closed tomhaines closed 2 years ago
Hi Tom,
Thanks for reporting this. It appears that clang doesn't support -march=native for the M1. The next release will take this into account but for now you could
compiler_args
list at line 20 of build_ffi_module.py
tar -czvf just_playback-0.1.6.tar.gz just_playback-0.1.6/
(make sure to first delete the compressed file you downloaded)pip install just_playback-0.1.6.tar.gz
Thank you. I was able to install using this method.
If you are using Mac M1 then try the below thing.
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
Python: Python 3.9.9 PIP: 22.0.4
PIP install fails with the following error: