Replies: 1 comment
-
That error isn't coming from pyright itself. My guess is that the error is related to the installation of node, which is a prerequisite for pyright. I'm guessing that you're using the community-maintained Python wrapper for pyright. It's a script that ensures that node and pyright are installed and then calls through to pyright. You might want to ask the maintainer of that script if he has encountered this error previously or whether any recent changes might explain why you have recently started to encounter it. You may also want to search for the error message "result: 127 Error relocating /usr/bin/node" and see if any of the suggestions help you resolve the issue with installing node. |
Beta Was this translation helpful? Give feedback.
-
Recently with MegaLinter we see the following error, and had to disable pyright
Do you have an idea about what can cause it ?
Job: https://github.com/oxsecurity/megalinter/actions/runs/13210650595/job/36883345775
Context:
Beta Was this translation helpful? Give feedback.
All reactions