Skip to content

Conversation

tonetto
Copy link

@tonetto tonetto commented May 25, 2018

After a clean python2.7 install (anaconda), python setup.py build
was returning this error. The solution was to simply move the
attribute declarations from the .pyx file into the .pxd.

Reference: https://stackoverflow.com/questions/17735051/share-extension-types-in-cython-for-static-typing?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

After a clean python2.7 install (anaconda), python setup.py build
was returning this error. The solution was to simply move the
attribute declarations from the .pyx file into the .pxd.

Reference: https://stackoverflow.com/questions/17735051/share-extension-types-in-cython-for-static-typing?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
@tonetto
Copy link
Author

tonetto commented May 25, 2018

This fixes issue #9 .

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

Successfully merging this pull request may close these issues.

2 participants