Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to build python project #104

Open
AdamKorcz opened this issue Aug 3, 2022 · 1 comment
Open

Failing to build python project #104

AdamKorcz opened this issue Aug 3, 2022 · 1 comment
Assignees

Comments

@AdamKorcz
Copy link

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)```
@jonathanmetzman
Copy link
Collaborator

Is this still a problem?

@jonathanmetzman jonathanmetzman self-assigned this Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants