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

Compiling setup.py #1

Open
TheTradingWarrior opened this issue Oct 17, 2015 · 1 comment
Open

Compiling setup.py #1

TheTradingWarrior opened this issue Oct 17, 2015 · 1 comment

Comments

@TheTradingWarrior
Copy link

Hey ,

I am trying to compile setup.py using ' python setup.py build_ext --inplace ' but I get the following error :

hamilton_filter.pyx:1:0: 'pymar-master.mar_c.hamilton_filter' is not a valid module name
Cython.Compiler.Errors.CompileError: hamilton_filter.pyx

Am I missing something ?

Thank you in advance.

@ChadFulton
Copy link
Owner

Python can't handle dashes in module paths. I think it will work if you change the directory from pymar-master to just pymar or even pymar_master.

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