I have installed gensim (through pip) in Python. After the installation is over I get the following warning:
C:Python27libsite-packagesgensimutils.py:855: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing chunkize to chunkize_serial")
How can I rectify this?
I am unable to import word2vec from gensim.models due to this warning.
I have the following configurations: Python 2.7, gensim-0.13.4.1, numpy-1.11.3, scipy-0.18.1, pattern-2.6.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…