Skip to content

Instantly share code, notes, and snippets.

@brunocapelao
Created June 22, 2018 14:39
Show Gist options
  • Save brunocapelao/ed1b4f566fccf630e1fb749e5992e964 to your computer and use it in GitHub Desktop.
Save brunocapelao/ed1b4f566fccf630e1fb749e5992e964 to your computer and use it in GitHub Desktop.
Dependences:
sudo apt-get update
sudo apt-get install build-essential
apt-get install python-dev
sudo pip install -U setuptools
Steps:
download from https://mrjbq7.github.io/ta-lib/install.html
untar tar -xvf ta-lib-0.4.0-src.tar.gz
cd /../ta-lib
./configure --prefix=/usr
make
sudo make install
sudo apt upgrade
pip install ta-lib or pip install TA-Lib
Check import talib
@seth-noaa
Copy link

@Vino-git
Your solution to the install on Jetson (in my case AGX not nano) worked perfectly. Thank you.

@zwarag
Copy link

zwarag commented Apr 9, 2022

Worked for me on 21.10

@maurellio
Copy link

Have a problem: after I made all steps and library was installed - No module named talib when I'm trying to import. How can I solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment