sms-tools icon indicating copy to clipboard operation
sms-tools copied to clipboard

cannot compile C functions Mac

Open zzgsdddz opened this issue 5 years ago • 4 comments

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?

zzgsdddz avatar Sep 14 '19 17:09 zzgsdddz

did you get any solution for this ?!

gnai avatar Oct 13 '19 11:10 gnai

actually try python3 for this or even for the file you are trying to execute

gnai avatar Oct 13 '19 12:10 gnai

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

martinfoakes avatar Dec 16 '19 11:12 martinfoakes

Your welcome :)

gnai avatar Apr 13 '20 13:04 gnai