ta-lib-python
ta-lib-python copied to clipboard
raise AssertionError("build_ext overridden!") when call python setup.py install
I use Ubuntu 64bit 19.04. I use python 3.7.5 I installed the TA-LIB libraries from ta-lib-0.4.0-src.tar.gz successfully. However when i call python setup.py install i get that error:
running install
running build
running build_py
running build_ext
Traceback (most recent call last):
File "setup.py", line 170, in
What should i do?
I'm not sure what is different about your distutils that seems to be overriding the build_ext that is provided in the setup.py... that does not happen with my Python3 installations.
Any resolution to this? I have the same issue.
Can you provide some information about your environment? What version of python, cython, numpy, distutils, setuputils?
same issue on aarch64 AWS serve. Python 3.7.3