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
Seems the following requirements are not specified:
numpy==1.21 (API of latest 1.24 has changed to incompatible)
tomotopy
scanpy
Still getting error:
import cytograph
Traceback (most recent call last):
File "", line 1, in
File "/home/pipeline/git/cytograph-shoji/cytograph/init.py", line 14, in
from .visualization import *
File "/home/pipeline/git/cytograph-shoji/cytograph/visualization/init.py", line 17, in
from .plot_karyotype import PlotKaryotype
ImportError: cannot import name 'PlotKaryotype' from 'cytograph.visualization.plot_karyotype' (/home/pipeline/git/cytograph-shoji/cytograph/visualization/plot_karyotype.py)
(using python 3.8.5)
The text was updated successfully, but these errors were encountered:
Seems the following requirements are not specified:
numpy==1.21 (API of latest 1.24 has changed to incompatible)
tomotopy
scanpy
Still getting error:
The text was updated successfully, but these errors were encountered: