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

Intallation Instructions - Need to include "python3-dev" dependency #86

Closed
coverband opened this issue Jul 15, 2015 · 1 comment
Closed

Comments

@coverband
Copy link

The install instructions with "$ pip install TA-Lib" may not work for everyone. While attempting to do this with Python3.4 in Ubuntu 14.04 (64-bit), I got this error:

    talib/common.c:8:22: fatal error: pyconfig.h: No such file or directory
     #include "pyconfig.h"
                          ^
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

The issue was a dependency on python3-dev. After running:

    $ sudo apt-get install python3-dev

I was able to install correctly using:

    $ pip3 install https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.9.zip

Thanks.

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Jul 16, 2016

Fixed in 38b56d6.

@mrjbq7 mrjbq7 closed this as completed Jul 16, 2016
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