Skip to content

symbol not found in flat namespace '_TA_ACOS' #24

@edbond

Description

@edbond

Using uv
Macbook intel
ta-lib installed from brew

> uv run ipython3
Python 3.13.1 (main, Dec  3 2024, 17:59:52) [Clang 16.0.0 (clang-1600.0.26.4)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.32.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import polars_talib
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[1], line 1
----> 1 import polars_talib

File ~/Projects/zxc/.venv/lib/python3.13/site-packages/polars_talib/__init__.py:4
      2 import polars as pl
      3 from .utils import register_plugin, parse_version
----> 4 from ._polars_talib import initialize, shutdown, version
      5 from pathlib import Path
      8 __talib_version__ = version()

ImportError: dlopen(/Users/eduard/Projects/composer/.venv/lib/python3.13/site-packages/polars_talib/_polars_talib.abi3.so, 0x0002): symbol not found in flat namespace '_TA_ACOS'

I've read several related issues in ta-lib, nothing helps.
TA-Lib/ta-lib-python#635
TA-Lib/ta-lib-python#563
TA-Lib/ta-lib-python#408

I'm not on Apple chip, using Intel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions