-
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
parpar releases doesnt work with python #60
Comments
ParPar is built on NodeJS, not Python. |
When i try to call parpar.exe from python as a subprocess or with os.system. I get an error nodejs error. Error [ERR_INSPECTOR_NOT_AVAILABLE]: Inspector is not available |
I tested the following script on Python 3.10: import os
print(os.system("parpar.exe --version")) It runs as expected for me. Does it for you? If so, please share the script that causes the above error. If not, do you happen to have something in your environment/config that would trigger Node's inspector to run? |
The script: dir_path = os.path.dirname(os.path.realpath(file)) I tryed it on 3 different windows installations always the same result. Two were vms and was a fresh install from windows. Okay found the Problem i only get the error when i try to run it from vscode. |
Can you get the environment from VSCode? Probably use a command like |
i Found these: |
Hmm, I don't think that's it unfortunately. |
parpar releases doesnt work with python, please fix that..
The text was updated successfully, but these errors were encountered: