Skip to content

No module named '_typeshed' #5021

@alexreg

Description

@alexreg

I'm getting this error from the line from _typeshed import AnyPath -- surely that's valid?

Traceback (most recent call last):
  File "/Users/alex/foo/script", line 23, in <module>
    from common import *
  File "/Users/alex/foo/common.py", line 1, in <module>
    from _typeshed import AnyPath
ModuleNotFoundError: No module named '_typeshed'

Running Python 3.9.1 on macOS 11.2.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions