tr8dr / tseries-patterns

trend / momentum and other patterns in financial timeseries
MIT License
237 stars 71 forks source link

Cython Installation issue? #12

Open texasraj opened 2 years ago

texasraj commented 2 years ago

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!

tr8dr commented 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"?

tr8dr commented 2 years ago

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.

texasraj commented 2 years ago

Figured out.. thanks.. I was trying to install it as a pip module.. but i've run setup now.. thanks