OctoPrint / OctoPrint-FirmwareUpdater

OctoPrint plugin for flashing pre-compiled firmware images to a 3D printer.
https://plugins.octoprint.org/plugins/firmwareupdater/
GNU Affero General Public License v3.0
353 stars 78 forks source link

The marlin-binary-protocol Python package is not installed. #267

Closed briyoon closed 3 years ago

briyoon commented 3 years ago

Hardware Setup Ender 5 Pro with Creality v4.2.2 Octopi 0.18.0 running on rPI 4

Describe the problem Followed the installation guide with these commands and still getting an error that says the marlin binary protocol is not installed.

pip3 install https://github.com/p3p/pyheatshrink/releases/download/0.3.3/pyheatshrink-pip.zip pip3 install marlin-binary-protocol sudo service octoprint restart

Log Files octoprint-logs.zip

Additional context Brand new Octopi install

briyoon commented 3 years ago

Yeah I'm stupid, you need to run pip in the octoprint python venv with ~/oprint/bin/pip3 instead of just pip3.

github-actions[bot] commented 3 years ago

This issue has been automatically locked because there was no further activity after it was closed. Please open a new issue for any related problems.