clusterfuzzlite
clusterfuzzlite copied to clipboard
Failing to build python project
This CFL setup is breaking in the build process on this line.
The build works fine on OSS-Fuzz but fails to complete in the CI.
Stacktrace from the log:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/atheris/__init__.py", line 17, in <module>
from typing import List
File "/src/pydantic/typing.py", line 4, in <module>
from typing import ( # type: ignore
ImportError: cannot import name 'TYPE_CHECKING' from partially initialized module 'typing' (most likely due to a circular import) (/src/pydantic/typing.py)```
Is this still a problem?