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
If you try to build the docs locally, you get hung up on a backport of unittest.mock (only necessary before python 3.3...), and then on importing pymaid.cytoscape, possibly because of py2cytoscape (an optional dependency). Then it gets stuck on importing .graph, which seems to have been factored away but is still used in pymaid.cytoscape.
The text was updated successfully, but these errors were encountered:
Possibly my fault, but for tracking purposes:
If you try to build the docs locally, you get hung up on a backport of
unittest.mock
(only necessary before python 3.3...), and then on importingpymaid.cytoscape
, possibly because ofpy2cytoscape
(an optional dependency). Then it gets stuck on importing.graph
, which seems to have been factored away but is still used inpymaid.cytoscape
.The text was updated successfully, but these errors were encountered: