sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

pymakr Installation issue solved... #76

Closed dan0h closed 6 years ago

dan0h commented 6 years ago

Possible old news, but recently bought a Pycom LoPy4 board, came to install pymakr under atom to find it telling me the latest version available for "my version of atom" was 1.0.3 - tried various methods to get it to install the latest version to no avail, but then found it installed on a previous version of atom (1.25.0) quite happily, yet the minute I updated to 1.25.1 it tells me the most up to date version of pymakr available is 1.0.3

Install workaround, install atom 1.25.0 with internet disconnected, open atom, disable auto update, reconnect internet. Then install latest pymakr, once complete, then update atom to 1.25.1 :)

RalphHogenbirk commented 6 years ago

Hey @dan0h, last week we did a quickfix for this and released Pymakr 1.2.12 which supports 1.25.1. So you should be able to update normally again. We try not to let this happen by updating the support before atom does new stable releases, but sometimes they get ahead of us. If it ever happens again, tell us and we'll make sure to fix it quickly!

dan0h commented 6 years ago

Awesome, thank you @RalphHogenbirk! All working fine now :)