ModuleNotFoundError while importing gseapy #164
-
Hi, I would like to seek advice for the error encountered when importing gseapy, it was installed these days and is the latest version. Yet I met the error message below: ModuleNotFoundError Traceback (most recent call last) c:\Users\RainHan\anaconda3\lib\site-packages\gseapy_init_.py in c:\Users\RainHan\anaconda3\lib\site-packages\gseapy\gsea.py in ModuleNotFoundError: No module named 'gseapy.gse' Is there a way to solve this? Thank you for advice! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah, please refer to #161. gseapy nowadays needs rust compiler. If you use windows, you have to |
Beta Was this translation helpful? Give feedback.
-
The newest release shipped with pre-compiled binaries for the most common platforms. just use |
Beta Was this translation helpful? Give feedback.
The newest release shipped with pre-compiled binaries for the most common platforms.
just use
pip install gseapy
. No more installation of rust compiler