ArcWelderPlugin icon indicating copy to clipboard operation
ArcWelderPlugin copied to clipboard

Could not parse output from pip

Open Duveltj opened this issue 2 years ago • 1 comments

Arc welder not installing.txt

Dear All,

I forgot my password of my Octoprint server and needed to do a full reinstall. I am using Octo4a on my old phone and everything went ok, except for installing Arc Welder. I tried to google the problem and found slightly similar problems over the years for other plugins, but the jargon is still a bit to technical for me.

So if I need to apply a certain command somewhere, please describe where I can find the input box ;)

Thank you in advance,

Duveltj

Duveltj avatar Mar 14 '22 19:03 Duveltj

@Duveltj you'll have to do a couple steps.

  1. in your Octo4a App, ensure that the ssh server is turned on.

  2. SSh into your device. If you used windows, you'll probably have to download an ssh client (I like PuTTY). If you use mac or linux, just enter the command ssh -p 8022 root@<yourDeviceIP>

  3. Once you're in your terminal, you'll need to install 2 packages to allow ArcWelder to install Build-base -- this is the build environment for linux apk add build-base python3-dev (As noted in the prerequisites for ArcWelder) apk add python3-dev

  4. Install Arcwelder via plugin-manager.

jhaydraude avatar May 11 '22 19:05 jhaydraude