With the pyright backend, I'm getting an error `ad...
# general
a
With the pyright backend, I'm getting an error
adapters is not a known member of module requests
. I'm unsure how to about debugging it. How do typings get located and bundled into the pex?
1
Finally gave up on mypy. I just can't any more.
🫡 1
b
I think I'm this case, pyright might be using the bundled types from the typeshed repo? Might want to see what version of the typeshed repo it's using and if that has the right attribute/module for requests
a
Do you know where I would find that? Looking into the sandbox doesn't seem fruitful.
Fixed. need to import requests.adapters
You guys are great at rubberducking. sorry to trouble you 🙂
b
Pay it forward 😉
👍 1