import gensim
Warning (from warnings module): File "E:\Program Files\Python\Python35-32\lib\site-packages\gensim\utils.py", line 1212 warnings.warn("detected Windows; aliasing chunkize to chunkize_serial") UserWarning: detected Windows; aliasing chunkize to chunkize_serial
I installed genism by using pip and then I tried to import genism. but, there are some troubles as above. How can I fix these problems?