-
|
Hi, Would it be possible to load / install a typestub package from PyPI that is not included by default in Pyright/Pylance ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That's not possible currently. It's something we could potentially add in the future, but I think it's unlikely that we'd do so. It goes beyond what the playground is intended for. Installing arbitrary packages from PyPi in the playground environment would have both performance and security implications. The other playground environments that this one is modeled after likewise do not allow installation of other packages. |
Beta Was this translation helpful? Give feedback.
That's not possible currently. It's something we could potentially add in the future, but I think it's unlikely that we'd do so. It goes beyond what the playground is intended for. Installing arbitrary packages from PyPi in the playground environment would have both performance and security implications. The other playground environments that this one is modeled after likewise do not allow installation of other packages.