You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
After installing BitVision, I found I can not install realtime-talib
And I can not use BitVision.
Python version: 3.7.4
Node version: 10.16.3
The text was updated successfully, but these errors were encountered: