Closed surendrakandru closed 2 years ago
That error seems to be pretty obviously related to having mixed architectures. You are on Apple Silicon and likely need the ARM64 version instead of x86-64 or vice versa.
See the README for some suggestions.
On Jul 19, 2022, at 10:31 PM, surendrakandru @.***> wrote:
ImportError: dlopen(/Users/surendrakandru/Desktop/pythonProject/venv/lib/python3.8/site-packages/talib/_ta_lib.cpython-38-darwin.so, 0x0002): tried: '/Users/surendrakandru/Desktop/pythonProject/venv/lib/python3.8/site-packages/talib/_ta_lib.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
Unless there's something else you need help with, closing for now.
ImportError: dlopen(/Users/surendrakandru/Desktop/pythonProject/venv/lib/python3.8/site-packages/talib/_ta_lib.cpython-38-darwin.so, 0x0002): tried: '/Users/suri/Desktop/pythonProject/venv/lib/python3.8/site-packages/talib/_ta_lib.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))