shobrook / BitVision

Terminal dashboard for trading Bitcoin, predicting price movements, and losing all your money
MIT License
1.2k stars 193 forks source link

Can not install realtime-talib and use BitVision #250

Open Ericchen0108 opened 5 years ago

Ericchen0108 commented 5 years ago

After installing BitVision, I found I can not install realtime-talib Screenshot from 2019-10-04 16-31-03

And I can not use BitVision. Screenshot from 2019-10-04 16-31-56 Screenshot from 2019-10-04 16-32-15

Python version: 3.7.4 Node version: 10.16.3

kooshan75 commented 4 years ago

@Ericchen159 I faced the same issue, try installing TA-Lib manually. First, download ta-lib and do the following:

wget https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.17.tar.gz
tar -xzf TA_Lib-0.4.17.tar.gz
cd ta-lib/
./configure
make
sudo make install
sudo pip3 install numpy
sudo pip3 install TA-Lib