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.
I'm getting this error from the line
from _typeshed import AnyPath-- surely that's valid?Running Python 3.9.1 on macOS 11.2.1.