learnfm icon indicating copy to clipboard operation
learnfm copied to clipboard

Cannot build Python module using Python3

Open turian opened this issue 4 years ago • 0 comments

pydx7.cc:118:17: error: expected function body after function declarator
DL_EXPORT(void) initdx7(void)
                ^

I get the following error. However, with python2 I can do python2 setup.py install

turian avatar Mar 06 '21 19:03 turian