pythonwindowspipcython

ImportError: No module named 'Cython'


I'm trying do from Cython.Build import cythonize and I get the message ImportError: No module named 'Cython', but I installed the Cython with the comand pip install Cython. What's wrong?

Python 3.5 Cython 0.25.2 Windows 8


Solution

  • I reinstalled the Cython with conda and install the Microsoft Visual C++ Build Tools and it works fine.