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

Change of syntax with Network2.0 and upwards #6

Open
wjcottam opened this issue Jan 9, 2019 · 0 comments
Open

Change of syntax with Network2.0 and upwards #6

wjcottam opened this issue Jan 9, 2019 · 0 comments

Comments

@wjcottam
Copy link

wjcottam commented Jan 9, 2019

Hi,

I've been getting the following error after running easy_lausanne

Traceback (most recent call last):
File "/usr/bin/easy_lausanne", line 5, in
pkg_resources.run_script('Easy-Lausanne==0.5', 'easy_lausanne')
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 540, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1462, in run_script
exec_(script_code, namespace, namespace)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 41, in exec_
exec("""exec code in globs, locs""")
File "", line 1, in
File "/usr/lib/python2.7/site-packages/Easy_Lausanne-0.5-py2.7.egg/EGG-INFO/scripts/easy_lausanne", line 86, in

File "build/bdist.linux-x86_64/egg/easy_lausanne/maskcreation.py", line 234, in create_roi
AttributeError: 'Graph' object has no attribute 'nodes_iter'

... Which looks like it could be to do with the change from "nodes_iter()" method to "nodes()"

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

1 participant