purple-plastic-57801
03/31/2024, 2:47 AMroot@30e064a5e62e:/app# ./server_with_docs.pex/__main__.py
Traceback (most recent call last):
File "/app/./server_with_docs.pex/__main__.py", line 108, in <module>
bootstrap_pex(__entry_point__, execute=__execute__, venv_dir=__venv_dir__)
File "/app/server_with_docs.pex/.bootstrap/pex/pex_bootstrapper.py", line 627, in bootstrap_pex
pex.PEX(entry_point).execute()
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 560, in execute
sys.exit(self._wrap_coverage(self._wrap_profiling, self._execute))
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 467, in _wrap_coverage
return runner(*args)
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 498, in _wrap_profiling
return runner(*args)
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 603, in _execute
return self.execute_entry(
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 774, in execute_entry
return self.execute_module(entry_point.module)
File "/app/server_with_docs.pex/.bootstrap/pex/pex.py", line 782, in execute_module
runpy.run_module(module_name, run_name="__main__", alter_sys=True)
File "/usr/local/lib/python3.9/runpy.py", line 225, in run_module
return _run_module_code(code, init_globals, run_name, mod_spec)
File "/usr/local/lib/python3.9/runpy.py", line 97, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/usr/local/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/app/server_with_docs.pex/enclosure/prism/main.py", line 12, in <module>
import connexion
File "/app/server_with_docs.pex/.deps/connexion-2.14.2-py2.py3-none-any.whl/connexion/__init__.py", line 14, in <module>
from .apis import AbstractAPI # NOQA
File "/app/server_with_docs.pex/.deps/connexion-2.14.2-py2.py3-none-any.whl/connexion/apis/__init__.py", line 16, in <module>
from .abstract import AbstractAPI # NOQA
File "/app/server_with_docs.pex/.deps/connexion-2.14.2-py2.py3-none-any.whl/connexion/apis/abstract.py", line 14, in <module>
from ..exceptions import ResolverError
File "/app/server_with_docs.pex/.deps/connexion-2.14.2-py2.py3-none-any.whl/connexion/exceptions.py", line 7, in <module>
from jsonschema.exceptions import ValidationError
File "/app/server_with_docs.pex/.deps/jsonschema-4.21.1-py3-none-any.whl/jsonschema/__init__.py", line 13, in <module>
from jsonschema._format import FormatChecker
File "/app/server_with_docs.pex/.deps/jsonschema-4.21.1-py3-none-any.whl/jsonschema/_format.py", line 11, in <module>
from jsonschema.exceptions import FormatError
File "/app/server_with_docs.pex/.deps/jsonschema-4.21.1-py3-none-any.whl/jsonschema/exceptions.py", line 14, in <module>
from attrs import define
File "/app/server_with_docs.pex/.deps/attrs-23.2.0-py3-none-any.whl/attrs/__init__.py", line 3, in <module>
from attr import (
ImportError: cannot import name 'AttrsInstance' from 'pex.vendor._vendored.attrs.attr' (/app/server_with_docs.pex/.bootstrap/pex/vendor/_vendored/attrs/attr/__init__.py)
This doesn't affect chunk A of the repo and I'm not sure where to go from here to debug. Any advice would be helpful.broad-processor-92400
03/31/2024, 11:04 AMpex-cli
subsystem allows overriding the default pex.happy-kitchen-89482
03/31/2024, 11:18 AMhappy-kitchen-89482
03/31/2024, 11:20 AMhappy-kitchen-89482
03/31/2024, 11:20 AMhappy-kitchen-89482
03/31/2024, 11:20 AMfancy-policeman-6755
04/03/2024, 10:00 AM