node2vec icon indicating copy to clipboard operation
node2vec copied to clipboard

will it work on python 3

Open Sandy4321 opened this issue 6 years ago • 8 comments

will it work on python 3?

Sandy4321 avatar May 22 '18 14:05 Sandy4321

yes,it works

Leo-Q-316 avatar Jun 30 '18 12:06 Leo-Q-316

No, it can not!

trajepl avatar Aug 07 '18 12:08 trajepl

so yes or no??

Sandy4321 avatar Aug 07 '18 14:08 Sandy4321

There is the answer issues 35.

trajepl avatar Aug 08 '18 00:08 trajepl

if code runs without error it does not mean calculations are done correctly especially pythin2 vs python3 problem

Sandy4321 avatar Aug 08 '18 14:08 Sandy4321

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

MohammadHeydari avatar Apr 26 '19 20:04 MohammadHeydari

我尝试在anaconda上安装node2vec,安装成功完成,但是当我以anaconda from node2vec import Node2Vec 格式导入模块时,它说没有模块找到名称node2vec

try to use pip,you should run “pip install node2vec” in cmd,it useful.

dongcy-AHU avatar May 29 '19 09:05 dongcy-AHU

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") image

Sandy4321 avatar May 29 '19 17:05 Sandy4321