x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 build/temp.linux-x86_64-3.10/talib/_ta_lib.o -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -Wl,--enable-new-dtags,-R/usr/local/lib -lta-lib -o build/lib.linux-x86_64-3.10/talib/_ta_lib.cpython-310-x86_64-linux-gnu.so
/usr/bin/ld: cannot find -lta-lib: No such file or directory
collect2: error: ld returned 1 exit status
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=19220]problem[/url] with pip.
ERROR: Failed building wheel for ta-lib
Failed to build ta-lib
ERROR: Could not build wheels for ta-lib, which is required to install pyproject.toml-based projects
Was kann ich tun, wenn die Installation von Python-Bindungen an Ta-lib fehlschlägt.[code] x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 build/temp.linux-x86_64-3.10/talib/_ta_lib.o -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -Wl,--enable-new-dtags,-R/usr/local/lib -lta-lib -o build/lib.linux-x86_64-3.10/talib/_ta_lib.cpython-310-x86_64-linux-gnu.so /usr/bin/ld: cannot find -lta-lib: No such file or directory collect2: error: ld returned 1 exit status error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=19220]problem[/url] with pip. ERROR: Failed building wheel for ta-lib Failed to build ta-lib ERROR: Could not build wheels for ta-lib, which is required to install pyproject.toml-based projects [/code]
Was kann ich tun, wenn die Installation von Python-Bindungen an Ta-lib fehlschlägt. bauen/temp.linux-x86_64-3.10/talib/_ta_lib.o -l/usr/local/lib -l/usr/lib/x86_64-linux-gnu -wl,-aktivieren...
Was kann ich tun, wenn die Installation von Python-Bindungen an Ta-lib fehlschlägt. x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2...
Was kann ich tun, wenn die Installation von Python-Bindungen an Ta-lib fehlschlägt. x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2...
Was kann ich tun, wenn die Installation von Python-Bindungen an Ta-lib fehlschlägt. x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2...
1. Download funktioniert gut:
!wget
!tar -xzvf ta -lib-0.4.0-src.tar.gz
%cd ta-lib
!./configure --prefix=/usr
!make
!make installieren
2. Bei der Installation ist ein Fehler aufgetreten. Die...