Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

im recieving this error #118

Open
hrdiva opened this issue Dec 1, 2021 · 1 comment
Open

im recieving this error #118

hrdiva opened this issue Dec 1, 2021 · 1 comment

Comments

@hrdiva
Copy link

hrdiva commented Dec 1, 2021

!python node2vec/src/main.py --input diseasome.edgelist --output diseasome.emb --dimensions 32 --num-walks 20 --iter 10

Traceback (most recent call last):
File "node2vec/src/main.py", line 15, in
import node2vec
File "/content/node2vec/src/node2vec.py", line 46
print 'Walk iteration:'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Walk iteration:')?

@networks1
Copy link

This was apparently written for Python2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants