Starlitnightly / omicverse

A python library for multi omics included bulk, single cell and spatial RNA-seq analysis.
https://starlitnightly.github.io/omicverse/
GNU General Public License v3.0
431 stars 45 forks source link

Error on Python 3.12: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #67

Closed sq-shuqian closed 5 months ago

sq-shuqian commented 6 months ago

Hi, When I try to install omicverse using pip on Python3.12 there always error:module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'. I tried the common ways to upgrade pip and setuptools but can't work. Now I use omicverse on python 3.9, I wonder if possible to solve this problem or it will be ok on the further version? Thank you.

Starlitnightly commented 6 months ago

Unfortunately, omicverse is only fully tested on Python 3.8, 3.9, and 3.10 due to version limitations of the dependencies, and later versions are not yet supported.