BitVision icon indicating copy to clipboard operation
BitVision copied to clipboard

Can not install realtime-talib and use BitVision

Open Ericchen0108 opened this issue 6 years ago • 1 comments
trafficstars

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

Ericchen0108 avatar Oct 04 '19 08:10 Ericchen0108

@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

kooshan75 avatar Nov 13 '19 16:11 kooshan75