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
Traceback (most recent call last):
File "C:\Users\wubaosheng\AppData\Local\Programs\Python\Python39\lib\site-packages\IPython\core\interactiveshell.py", line 3398, in run_codeexec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-9-e2440b0eca68>", line 1, in <cell line: 1>
sc.tl.draw_graph(adata)
File "C:\Users\wubaosheng\AppData\Local\Programs\Python\Python39\lib\site-packages\scanpy\tools\_draw_graph.py", line 159, in draw_graph
positions = forceatlas2.forceatlas2(
File "C:\Users\wubaosheng\AppData\Local\Programs\Python\Python39\lib\site-packages\fa2-0.3.5-py3.9-win-amd64.egg\fa2\forceatlas2.py", line 162, in forceatlas2
nodes, edges =self.init(G, pos)
File "C:\Users\wubaosheng\AppData\Local\Programs\Python\Python39\lib\site-packages\fa2-0.3.5-py3.9-win-amd64.egg\fa2\forceatlas2.py", line 103, in init
n = fa2util.Node()
AttributeError: module 'fa2.fa2util' has no attribute 'Node'
Versions
'1.9.1' for scanpy
3.9.7 for python
The text was updated successfully, but these errors were encountered:
AttributeError: module 'fa2.fa2util' has no attribute 'Node' for scanpy version 1.9.1
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Minimal code sample (that we can copy&paste without having any data)
Versions
'1.9.1' for scanpy
3.9.7 for python
The text was updated successfully, but these errors were encountered: