Replies: 2 comments 2 replies
-
Getting above message when trying to deploy the docker container. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another error when tried from again after cloning pkscreener/PKScreener/pkscreener/pkscreenercli.py", line 66, in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
talib/_ta_lib.c:196:12: fatal error: longintrepr.h: No such file or directory
2.152 196 | #include "longintrepr.h"
2.152 | ^~~~~~~~~~~~~~~
2.152 compilation terminated.
2.152 error: command '/usr/bin/gcc' failed with exit code 1
2.152 [end of output]
2.152
2.152 note: This error originates from a subprocess, and is likely not a problem with pip.
2.153 ERROR: Failed building wheel for ta-lib
2.153 Running setup.py clean for ta-lib
2.396 Failed to build ta-lib
2.396 ERROR: Could not build wheels for ta-lib, which is required to install pyproject.toml-based projects
2.432
2.432 [notice] A new release of pip is available: 23.2.1 -> 23.3.2
2.432 [notice] To update, run: pip install --upgrade pip
Dockerfile:39
37 |
38 | RUN rm -rf ta-lib ta-lib-0.4.0-src.tar.gz
39 | >>> RUN pip3 install ta-lib==${PYTHON_TA_LIB_VERSION}
40 |
41 | CMD ["python3"]
ERROR: failed to solve: process "/bin/sh -c pip3 install ta-lib==${PYTHON_TA_LIB_VERSION}" did not complete successfully: exit code: 1
Beta Was this translation helpful? Give feedback.
All reactions