Theory block "Creating and manipulating ..." doesn't run properly #195
-
Hey all, import matplotlib.pyplot as plt This is the displayed error message: As far as I can see in the API "Network" and "AdjacencyLists" are not included in the version of the current pyhgf. Could it be, that those two are not yet included in the currrent version or that they have been removed? Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Haagt , Thank you for pointing this out here and in your email. This error comes from a new API for handling networks that was not included in the last version (but was online in the documentation). I just released a new version (0.0.19) that includes those changes, so it should work from here. |
Beta Was this translation helpful? Give feedback.
Hi @Haagt
Yes I see, this was due to some incompatibilities with Python < 3.12, this should be fixed now 👍 Let me know if you experience any other errors