sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

Pymakr does not work on VSCode x64 on Windows #3

Closed psotres closed 6 years ago

psotres commented 6 years ago

Console shows:

Activating extension pycom.Pymakr failed: %1 is not a valid Win32 application. \?\C:\Users\myuser.vscode\extensions\pycom.pymakr-0.1.1\precompiles\serialport-win32\build\Release\serialport.node

However it is working on VSCode x32.

ditochino commented 6 years ago

I fixed this issue by downloading the serialport package via npm and pasting it into the pymakr extension:

https://www.npmjs.com/package/serialport

RalphHogenbirk commented 6 years ago

Are you using the x64 version of VSCode as well, or the 32bit version? Turns out the plugin doesn't handle the 64 install of vscode. We'll publish a new version this week with support for it.

RalphHogenbirk commented 6 years ago

This has been fixed on friday, and today there was an update to support 1.16 as well on the other OS's. Let me know if this issue can be closed.