libindic / indic-trans

The project aims on adding a state-of-the-art transliteration module for cross transliterations among all Indian languages including English.
GNU Affero General Public License v3.0
256 stars 61 forks source link

python setup.py throw "ImportError: No module named Cython.Build" #46

Open manjeet87 opened 4 years ago

manjeet87 commented 4 years ago

I have python 3.7 version, Cython==0.29.15 scipy==1.4.1

Still on running python setup.py, i get the error:

PS D:\indic-trans> py setup.py

Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    from Cython.Build import cythonize

ImportError: No module named Cython.Build