Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cython Installation issue? #12

Open
texasraj opened this issue Dec 8, 2021 · 3 comments
Open

Cython Installation issue? #12

texasraj opened this issue Dec 8, 2021 · 3 comments

Comments

@texasraj
Copy link

texasraj commented Dec 8, 2021

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
Copy link
Owner

tr8dr commented Dec 8, 2021

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
Copy link
Owner

tr8dr commented Jan 26, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants