-
Notifications
You must be signed in to change notification settings - Fork 22
Build Error #38
Comments
It appears this line was added when MattaCloud was added as a plugin. Mattacloud was then removed a day later but this line was left in. I cloned the repo and commented out this line in the Dockerfile.raspberrypi3 file, after this it built successfully. Will flash the new device image to the pi when I get home and see if everything else worked. |
Thanks, I'll give it a try also. |
This allowed it to build successfully, but the container now won't start. I'm getting the following error on the balena logs: octoprint Command not found: /app/udevd.sh |
When you created the balena app you created it as Raspberry3? I was able to get this is run by selecting RPi3 and as the app and then selecting the device as a RPI4 (since I am using a 4). Everything booted fine on the pi, but when I access octoprint via the web browser I am unable to complete the wizard now. When I click the finish button this is the error I get.
|
I went ahead and rebuild the image using the latest version of octoprint. Still had same error. Used http://octoip/recovery and set the server to restart in safe mode. Manually restarted the octoprint service in balena as the killall -15 supervisord command does not work. Finished the first time wizard and then manually restarted service again. After all of this the service is running. Will be working on getting camera working next. |
I created the application under RPi3, and my device is also a RPi3. I will try again later on today. |
Getting the following build error using the balena deploy:
ERROR: The command '/bin/sh -c pip3 install aiohttp aiortc numpy opencv-python' returned a non-zero code: 1
The build fails due to this error.
Regards,
Gregor
The text was updated successfully, but these errors were encountered: