rhythmic-morning-87313
04/04/2024, 6:45 PMpkgutil.ImpImporter.
Could somebody help me to make my pants & setupgen plugin to use a more recent version of setuptools?
> pants --tag="wheel" package src/ai/backend/manager::
03:28:47.81 [INFO] Initializing scheduler...
03:28:50.82 [INFO] Scheduler initialized.
...
03:28:53.52 [ERROR] 1 Exception encountered:
Engine traceback:
in `package` goal
ProcessExecutionFailure: Process 'Run setuptools.build_meta:__legacy__ for src/ai/backend/manager:dist' failed with exit code 1.
stdout:
stderr:
Traceback (most recent call last):
File "/tmp/bai-edge-MIARjAJAf4jpNbTN-pants/pants-sandbox-xT6MSI/chroot/../.cache/pex_root/venvs/20d1a575d196d07d994ae38dc2077e2bd23a933c/12bdfbbbf401f710ce88941330fde74cd65f6c1c/pex", line 311, in <module>
exec(ast, globals_map, locals_map)
File "backend_shim.py", line 6, in <module>
import setuptools.build_meta
File "/home/joongi/.cache/pants/named_caches/pex_root/venvs/s/d42a92f1/venv/lib/python3.12/site-packages/setuptools/__init__.py", line 16, in <module>
import setuptools.version
File "/home/joongi/.cache/pants/named_caches/pex_root/venvs/s/d42a92f1/venv/lib/python3.12/site-packages/setuptools/version.py", line 1, in <module>
import pkg_resources
File "/home/joongi/.cache/pants/named_caches/pex_root/venvs/s/d42a92f1/venv/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2191, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?happy-kitchen-89482
04/04/2024, 9:20 PMrhythmic-morning-87313
04/05/2024, 12:08 AMsetuptools>=69.2 in requirements.txt but no gain.happy-kitchen-89482
04/05/2024, 12:18 AMrhythmic-morning-87313
04/05/2024, 12:19 AMrhythmic-morning-87313
04/05/2024, 12:20 AMrhythmic-morning-87313
04/05/2024, 12:24 AMrhythmic-morning-87313
04/05/2024, 12:25 AMhappy-kitchen-89482
04/05/2024, 12:29 AMhappy-kitchen-89482
04/05/2024, 12:30 AMrhythmic-morning-87313
04/05/2024, 12:30 AMrhythmic-morning-87313
04/05/2024, 12:36 AMgenerate_setup = True?happy-kitchen-89482
04/05/2024, 12:43 AMhappy-kitchen-89482
04/05/2024, 12:43 AMsetuptools scopevictorious-animal-71161
04/05/2024, 1:21 AMhappy-kitchen-89482
04/05/2024, 1:24 AMrhythmic-morning-87313
04/05/2024, 6:41 AMrhythmic-morning-87313
04/05/2024, 6:42 AMhappy-kitchen-89482
04/05/2024, 7:18 PM