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

unpin mypy version #868

Closed
pankajastro opened this issue Feb 8, 2023 · 0 comments · Fixed by #884
Closed

unpin mypy version #868

pankajastro opened this issue Feb 8, 2023 · 0 comments · Fixed by #884

Comments

@pankajastro
Copy link
Contributor

Mypy-1.0.0 is crashing look similar to python/mypy#14631

related-to: #867

mypy 1.0.0
(compiled:
yes)
Traceback (most recent call last):
  File "/home/circleci/.pyenv/versions/3.9.16/bin/mypy", line 8, in <module>
    sys.exit(console_entry())
  File "/home/circleci/.pyenv/versions/3.9.16/lib/python3.9/site-packages/mypy/__main__.py", line 15, in console_entry
    main()
  File "mypy/main.py", line 95, in main
  File "mypy/main.py", line 174, in run_build
  File "mypy/build.py", line 194, in build
  File "mypy/build.py", line 277, in _build
  File "mypy/build.py", line 2923, in dispatch
  File "mypy/build.py", line 3320, in process_graph
  File "mypy/build.py", line 3443, in process_stale_scc
  File "mypy/build.py", line 2504, in write_cache
  File "mypy/build.py", line 1574, in write_cache
  File "mypy/nodes.py", line 377, in serialize
  File "mypy/nodes.py", line 3841, in serialize
  File "mypy/nodes.py", line 3778, in serialize
  File "mypy/nodes.py", line 3514, in serialize
  File "mypy/types.py", line 2072, in serialize
  File "mypy/types.py", line 605, in serialize
  File "mypy/types.py", line 2876, in serialize
AssertionError: Internal error: unresolved placeholder type None

Exited with code exit status 1
CircleCI received exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant