crazyxiaoj
crazyxiaoj
我解决了,这个问题来源于`slugify.py`文件。它的报错代码为:  我猜测,它可能是用来过滤非ascii字符的,因为我的用户名为英文,均为ascii字符,我就把它删掉了,变成这样:  它现在不会报错了,最后输出如下: ``` unzip exported zip: D:\notion-up-2021-10-19\build\xxx(你的用户名)-4b2bc172-4237-47f7-8bd3-872821e27647.zip ```
> > When using the .iloc or .loc methods to modify a subset of an AnnData object, it seems that no new copy is created; instead, the original AnnData object...
Thank you for your clarification. I think I'm beginning to understand. Do you still believe it's necessary to open this issue? If you feel it is no longer needed, we...
> Hello, If I downgrade ggplot2 to 3.5.2, then when I load the clusterProfiler package, I get the following error. That means I may also need to downgrade other R...