-
Notifications
You must be signed in to change notification settings - Fork 22
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
bundle node and pyright with the pypi package #231
Comments
I've solved this problem in basedpyright |
Here's another example of issues caused by trying to install a node environment on first run: python/typeshed#11575 (review) According to @jakebailey, python/typeshed#11575 (comment)
Also relates to #209 |
Didn't intent to close this yet, the next release will add support for
which will download the Node.js binaries at install time using |
#299 works great for me - thanks! |
For me, this doesn't fix it and sitll has the same behavior as described in #296, even when I installed it via
|
@Puncher1 that's expected currently as your issue is happening at the If you want to test out my WIP PR for bundling
then to install it
|
Hi @RobertCraigie, thanks for adding these great features and maintaining this repo! Our usage of |
having the pypi package download both node and the npm package when you first run the
pyright
command causes some issues:i think bundling the npm package and node in the pypi package would be a much more reliable solution. that's how the playwright pypi package works for example
The text was updated successfully, but these errors were encountered: