-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
TypeError: 'generator' object is not subscriptable #125
Comments
try I would only do this in virtual env as the current networkx version is 2.0 Doc here: |
Hi @maxpumperla |
Not only is this a temporary solution, but it also happens to be one that only works on Python 2.x. The set-up script for networkx 1.1 has a print statement!
|
Networkx 2.0 uses generators instead of lists. |
@jhmenke
Any ideas how to solve it?.. Thanks! |
that's an unrelated issue then. you should open a new issue with reproduceable code so people can help. |
Windows
Python 3.5.2
The text was updated successfully, but these errors were encountered: