We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b0e65 commit 38b56d6Copy full SHA for 38b56d6
README.md
@@ -42,6 +42,23 @@ compilation terminated.
42
This typically means that it can't find the underlying ``TA-Lib`` library,
43
a dependency which needs to be installed.
44
45
+Sometimes installation will fail with errors like this:
46
+
47
+```
48
+talib/common.c:8:22: fatal error: pyconfig.h: No such file or directory
49
+ #include "pyconfig.h"
50
+ ^
51
+compilation terminated.
52
+error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
53
54
55
+This typically means that you need the Python headers, and should run
56
+something like:
57
58
59
+$ sudo apt-get install python3-dev
60
61
62
### Dependencies
63
64
To use TA-Lib for python, you need to have the
0 commit comments