We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
pymar-master
pymar
pymar_master
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: