Closed mxposed closed 11 months ago
Hm, strange. Couldn't reproduce this locally. I'll try later on a Linux system. @mxposed, could you please provide the other package versions, i.e. at least the output of scv.logging.print_versions()
?
Well, it's hard to do that since scvelo
does not import.
Well, it's hard to do that since
scvelo
does not import.
Oh yes, you're right. Sorry, I didn't think of that. 😅 . Thanks for the pip list
. I'll look into it.
@WeilerP I could reproduce it. Accidentally ran into it when preparing some exercise sheet for students.
@Zethson, thanks for putting this on my radar again. I think this is the same issue as reported in theislab/cellrank#770. @mxposed, sorry didn't get a chance to investigate and fix this yet.
Closing as stale.
scVelo fails to import in the google colab notebook like this one: https://colab.research.google.com/github/theislab/scvelo_notebooks/blob/master/DynamicalModeling.ipynb#scrollTo=so7QpP5f2XPz
Error output
```pytb KeyError Traceback (most recent call last)The error is resolved if I first downgrade matplotlib:
I have not tried other versions of matplotlib