sms-tools
sms-tools copied to clipboard
cannot compile C functions Mac
when I tried :
python compileModule.py build_ext --inplace
it showed:
Traceback (most recent call last): File "compileModule.py", line 4, in <module> from Cython.Distutils import build_ext ImportError: No module named Cython.Distutils
so I redid:
pip install Cython
it succeeded
however, the error still shows. Does anyone know how to resolve this?
did you get any solution for this ?!
actually try python3 for this or even for the file you are trying to execute
actually try python3 for this or even for the file you are trying to execute
Was having the same issue and that fixed it all for me thanks
Your welcome :)