You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should enable you to compile the ~.pyx files by running the following code in PyScanFCS/
python setup.py build_ext --inplace
If that command failed due to a missing file SFCSNumeric.c, it means that SFCSNumeric.pyx was not processed by pyrex. Try to update your version of setuptools.