Matplotlib support failed #198
Unanswered
zhoutianrui-tongji
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I execute the following code, an error occurs:
import gseapy as gp from gseapy import barplot
报错如下:
Matplotlib support failed
TypeError: vars() argument must have dict attribute
Strangely, there was no error when I imported it again and it can be used normally.
Although this does not affect normal use, it may cause problems if I want to use it in my code.
Beta Was this translation helpful? Give feedback.
All reactions