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
See also Building SDK client fails in CI #203 (I just closed this issue, but it should have been closed before because the worklow worked fine several times since it was implemented)
The text was updated successfully, but these errors were encountered:
It seems that the latest docker image is broken with a module not found error, could be related to the cache issue ( #317) ?
docker run ghcr.io/boavizta/boaviztapi:1.3
[....]
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.9/site-packages/pydantic/main.py", line 28, in <module>
import pydantic_core
File "/usr/local/lib/python3.9/site-packages/pydantic_core/__init__.py", line 6, in <module>
from ._pydantic_core import (
ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
Bug description
The current action that we use to build client sdk in CI (build_client_sdk_with_poetry.yml) fails.
Failed run:
To Reproduce
Expected behavior
JSON OUTPUT
Additional context
The text was updated successfully, but these errors were encountered: