Open texasraj opened 2 years ago
It would seem you do not have Cython installed? Not sure what you mean by "Can we have a simple python function for the label instead of Cython"?
I am at a loss as to why you are getting this error. requirements.txt is definitely part of the project. You might want to try to clone the repository and install from source.
Figured out.. thanks.. I was trying to install it as a pip module.. but i've run setup now.. thanks
Traceback (most recent call last): File "", line 1, in
File "/tmp/pip-install-q2_n3ik8/tseries-patterns_3d5bb6f370834c15ab683f40b5484a9a/setup.py", line 6, in
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
Can we have a simple python function for the label instead of Cython? I have created some ZigZag Pivot points manually, similar to this.
Thanks!