node2vec
node2vec copied to clipboard
will it work on python 3
will it work on python 3?
yes,it works
No, it can not!
so yes or no??
There is the answer issues 35.
if code runs without error it does not mean calculations are done correctly especially pythin2 vs python3 problem
I tried to install node2vec on anaconda, the installation is done successfully, but when I import the module in anaconda in from node2vec import Node2Vec
format it says no module found name node2vec
我尝试在anaconda上安装node2vec,安装成功完成,但是当我以anaconda
from node2vec import Node2Vec
格式导入模块时,它说没有模块找到名称node2vec
try to use pip,you should run “pip install node2vec” in cmd,it useful.
friends, pls clarify is it working correctly on Windows10 pip install node2vec finished without errors but with warning datashader 0.6.9 has requirement dask[complete]>=0.18.0, but you'll have dask 0.16.1 which is incompatible. ''' Building wheels for collected packages: node2vec Building wheel for node2vec (setup.py) ... done Stored in directory: C:\Users\sndr\AppData\Local\pip\Cache\wheels\b3\58\c5\1fff0e4b9b5f90bb5522967f2d08f026d247b9657e70cbf1db Successfully built node2vec datashader 0.6.9 has requirement dask[complete]>=0.18.0, but you'll have dask 0.16.1 which is incompatible. Installing collected packages: node2vec, python-dateutil Found existing installation: python-dateutil 2.8.0 Uninstalling python-dateutil-2.8.0: Successfully uninstalled python-dateutil-2.8.0 Successfully installed node2vec-0.3.0 python-dateutil-2.6.1
C:\Users\sndr\Downloads>l
'''
when running
from node2vec import Node2Vec
I get this
Anaconda3\lib\site-packages\gensim\utils.py:1197: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing chunkize to chunkize_serial")