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
Hello!
I configured virtual environment using your environment.yml file and changed the python version to 3.9. While running Lace on test data, the error occured: 'DiGraph' object has no attribute 'node'
The suggestion on StackExchange is to change networkx version to 1.1 or modify files used by DiGraph.
What is your preferred way to solve the issue?
Best regards
Asan
The text was updated successfully, but these errors were encountered:
Thanks for brining this to my attention. I will have a look at this when I address you other issue. You are also welcome to submit a pull request with a fix if you like.
Hello!
I configured virtual environment using your
environment.yml
file and changed the python version to 3.9. While running Lace on test data, the error occured:'DiGraph' object has no attribute 'node'
The suggestion on StackExchange is to change
networkx
version to 1.1 or modify files used byDiGraph
.What is your preferred way to solve the issue?
Best regards
Asan
The text was updated successfully, but these errors were encountered: