Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install realtime-talib and use BitVision #250

Open
Ericchen0108 opened this issue Oct 4, 2019 · 1 comment
Open

Can not install realtime-talib and use BitVision #250

Ericchen0108 opened this issue Oct 4, 2019 · 1 comment

Comments

@Ericchen0108
Copy link

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
Copy link

kooshan75 commented Nov 13, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants