You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when run "python setup.py build_ext --inplace"
Traceback (most recent call last):
File "/home/zhangzj/open_source/occupancy_networks/setup.py", line 2, in <module>
from setuptools import setup
File "/home/zhangzj/anaconda3/envs/mesh_funcspace/lib/python3.12/site-packages/setuptools/__init__.py", line 16, in <module>
import setuptools.version
File "/home/zhangzj/anaconda3/envs/mesh_funcspace/lib/python3.12/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources
File "/home/zhangzj/anaconda3/envs/mesh_funcspace/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2178, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
The text was updated successfully, but these errors were encountered:
I have a problem when run "python setup.py build_ext --inplace"
The text was updated successfully, but these errors were encountered: