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
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Kenil Vasani
just directly install from pypi:
pip install Cython
https://pypi.org/project/Cython/