import talib error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 155
- Avg merge
- 9h 42m
- Merged PRs (30d)
- 36
Description
Describe the bug
Unable to import talib - not sure what changed, but now i'm getting these errors:
To Reproduce
Steps to reproduce the behavior:
-
Install dependencies for TA-Lib.
RUN wget https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-src.tar.gz
&& tar -xzf ta-lib-0.6.4-src.tar.gz
&& cd ta-lib-0.6.4
&& ./configure --prefix=/usr
&& make
&& sudo make install -
Install TA-Lib.
pip install ta-lib -
Import talib in Python.
import talib
All installed components
Desktop
- OS:22.04.1-Ubuntu
graalpython version
- graalpy-24.2.0-linux-amd64
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by reproducing the reported TA-Lib installation and import talib on Ubuntu 22.04 with graalpy-24.2.0, then inspect the attached error details and the import path involved. Done means identifying the compatibility failure and adding a regression test or documented fix for this environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100