You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the @serialport/bindings folder, there is no folder named build, nor "out", nor "debug", nor "Releases". there is only "lib". Within it there is a folder named binding. Within that there are version and os specific folders, one is called "node-v87-linux-x64". Inside it there is a bindings.node file. So I copied into a newly created "build" folder within @serialport/bindings. After that, upon restart, PyMakr found the file, but gave another error that the bindings.node file did not self-register.
The text was updated successfully, but these errors were encountered:
Hello,
VSCode 1.59.1
Pymaker 1.1.12
Ubuntu 20.04
I get the serial port error. After opening Developer Tools, the following specific error messages occur:
Activating extension 'pycom.pymakr' failed: Could not locate the bindings file. Tried:
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/build/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/build/Debug/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/build/Release/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/out/Debug/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/Debug/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/out/Release/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/Release/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/build/default/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/compiled/14.16.0/linux/x64/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/addon-build/release/install-root/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/addon-build/debug/install-root/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node
→ /home/moefear85/.vscode/extensions/pycom.pymakr-1.1.12/node_modules/@serialport/bindings/lib/binding/node-v89-linux-x64/bindings.node.
I checked the @serialport/bindings folder, there is no folder named build, nor "out", nor "debug", nor "Releases". there is only "lib". Within it there is a folder named binding. Within that there are version and os specific folders, one is called "node-v87-linux-x64". Inside it there is a bindings.node file. So I copied into a newly created "build" folder within @serialport/bindings. After that, upon restart, PyMakr found the file, but gave another error that the bindings.node file did not self-register.
The text was updated successfully, but these errors were encountered: