You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error while testing clustering.py .
shuffle(cluster_nodes)
File "/usr/lib/python2.7/random.py", line 291, in shuffle
x[i], x[j] = x[j], x[i]
TypeError: 'NodeView' object does not support item assignment
It looks like the library networkx is incompitable for python 2.7
This is my networkx installition instruction :
"Installing collected packages: decorator, networkx
Successfully installed decorator-4.3.0 networkx-2.1"
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I got this error while testing clustering.py .
shuffle(cluster_nodes)
File "/usr/lib/python2.7/random.py", line 291, in shuffle
x[i], x[j] = x[j], x[i]
TypeError: 'NodeView' object does not support item assignment
It looks like the library networkx is incompitable for python 2.7
This is my networkx installition instruction :
"Installing collected packages: decorator, networkx
Successfully installed decorator-4.3.0 networkx-2.1"
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: