-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currenty Ta-Lib install fails on all platforms; .....resolving dependencies #543
Comments
Tried also local Anaconda....also dependencies error |
Here I'm suggesting instructions on how to build the TA-Lib C library from sources under Replit: |
hmm, I'm hanging at 3) at line "./configure"~/Talib-Test/ta-lib$ ./configure
|
If ./configure doesn't exists then |
I'm a poor windows guy and have no clue :-o. But I need Talib for a crypto Bot... |
It should be |
thanks.but.... ~/Talib-Test$ cd ta-lib
|
execute |
aclocal should be a part of |
~/Talib-Test/ta-lib$ aclocal |
|
Yes, you lack
This is a case I mantioned in instructions: So you must execute from a project's root folder. Not a ta-lib folder. Do |
you are so patient with me, but I'm too stupid for this linux sh....
|
Ok, looks good. Now go to the ta-lib/ folder and perform "step 3" and so on. |
Should we turn this into a guide somewhere?
…On Tue, Sep 13, 2022 at 7:57 AM Alexander Trufanov ***@***.***> wrote:
Ok, looks good. Now go to the ta-lib/ folder and perform "step 3" and so
on.
—
Reply to this email directly, view it on GitHub
<#543 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAF5A7ISW2JTUVI5YKIKKLV6CI4TANCNFSM6AAAAAAQLFKMCU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@mrjbq7 Yes, but the instructions are just not yet finalized. |
we need a working install routine....and not more and more description "pip install ta-lib" should be enough, and not this =§/"%"%% |
Installing TA-Lib is typically simple following the instructions, except on Windows. We may be able to distribute binary wheels, but those might have some numpy version complications too. |
Any update on this? |
@DaemonStark what is the same issue you are facing? |
I had issues on Mac Big Sur until I reinstalled command line tools and updated clang ... % sudo rm -rf /Library/Developer/CommandLineTools THEN... |
The original post at the top was about using poetry to install whatever talib-binary is, so I'm going to close this issue. |
Closing old issue. |
Replit: Updating package configuration
--> python3 -m poetry add talib-binary config requests
Using version ^0.4.19 for talib-binary
Using version ^0.5.1 for config
Using version ^2.28.1 for requests
Updating dependencies
Resolving dependencies...
Package operations: 1 install, 0 updates, 0 removals
• Installing talib-binary (0.4.19)
RuntimeError
Unable to find installation candidates for talib-binary (0.4.19)
at venv/lib/python3.8/site-packages/poetry/installation/chooser.py:72 in choose_for
68│
69│ links.append(link)
70│
71│ if not links:
→ 72│ raise RuntimeError(
73│ "Unable to find installation candidates for {}".format(package)
74│ )
75│
76│ # Get the best link
/home/runner/Compensationnetwork/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Failed to add packages, reverting the pyproject.toml file to its original content.
exit status 1
Replit: Package operation failed.
The text was updated successfully, but these errors were encountered: