Starlitnightly/omicverse

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

Closed this issue · 1 comments

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.

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.