I'm trying do from Cython.Build import cythonize
and I get the message ImportError: No module named 'Cython'
, but I instaled the Cython with the comand pip install Cython
. What's wrong?
Python 3.5 Cython 0.25.2 Windows 8
just directly install from pypi: pip install Cython
https://pypi.org/project/Cython/
Use Pip3 command:
pip3 install --upgrade cython
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With