pymar icon indicating copy to clipboard operation
pymar copied to clipboard

Compiling setup.py

Open TheTradingWarrior opened this issue 10 years ago • 1 comments

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.

TheTradingWarrior avatar Oct 17 '15 10:10 TheTradingWarrior

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.

ChadFulton avatar Oct 19 '15 06:10 ChadFulton