jneilliii / OctoPrint-BedLevelVisualizer

MIT License
372 stars 82 forks source link

[BUG]: plugin missing after install #435

Closed whitewhidow closed 3 years ago

whitewhidow commented 3 years ago

Describe the bug After installing (reports success) and rebooting octoprint, the plugin is not installed (also listed as not installed in plugin list)

Expected behavior the plugin to be installed

Debug Log missing

Firmware and Version octoprint Version 1.6.1

jneilliii commented 3 years ago

Did you migrate your Python 2 OctoPrint to Python 3 using the upgrade script?

jneilliii commented 3 years ago

If that is the case, check out this.

https://github.com/jneilliii/OctoPrint-BedLevelVisualizer#known-issues

whitewhidow commented 3 years ago

regular octoprint reported ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory when trying to launch the plugin

fixed with sudo apt-get install libatlas-base-dev