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 2.3.7 installer fails #313

Open Ridgeglider opened 2 years ago

Ridgeglider commented 2 years ago

Please help: Cannot install pymakr plugin to Atom: Error message: Installing “pymakr@2.3.7” failed.Hide output…

npm ERR! code E500 npm ERR! 500 Internal Server Error - GET https://www.atom.io/api/packages/pymakr/versions/2.3.7/tarball

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\HShar.atom.apm_logs\2022-04-24T23_07_54_548Z-debug.log

Ridgeglider commented 2 years ago

2022-04-24T23_16_51_404Z-debug.log .

Ridgeglider commented 2 years ago

here's the debug log..

jakobrosenberg commented 2 years ago

Hi @Ridgeglider . Did you solve this issue?

Ridgeglider commented 2 years ago

No. Issue is still open. Not sure how I managed to mark it as closed. Thanks in advance for any help.

elmasria commented 2 years ago

@Ridgeglider I think this is most probably related to npm. can you try to install again

Ridgeglider commented 2 years ago

I've tried several different installs. First the default just within Atom's 'install package', next run as admin, next run as admin w/ virus/firewalls off. Uninstall between attempts All fail. Just tried it one more time with almost the same results except the "http fetch GET 500" errors seem to be " http fetch GET 400" errors as shown in the attached .log file

2022-04-27T15_45_43_389Z-debug.log

The REPL console seems to be installed...?

jakobrosenberg commented 2 years ago

Looking at the logs, it seems the error relates to this package: https://atom.io/packages/kite

19 error code E400
20 error 400 Bad Request - GET https://www.atom.io/api/packages/kite/versions/0.206.0/tarball
Ridgeglider commented 2 years ago

Jacob: Agreed, the issue is related to the kite tarball, but nevertheless, any advice on how to get the Pymakr package to work under Atom? I just need to use pymakr / Atom, and ideally hoping not to debug the latest pymakr install package. What were the last pymakr implementations that worked w/ a corresponding version of Atom? Any help appreciated. Thanks.

jakobrosenberg commented 2 years ago

@Ridgeglider I'm using the latest version of Pymakr (2.3.7) with the latest version of Atom (1.60.0).

If you're comfortable with vscode, I'd recommend trying this: https://marketplace.visualstudio.com/items?itemName=pycom.pymakr-preview. To access the readmes, you'll have to visit the next branch. https://github.com/pycom/pymakr-vsc/tree/next