Willmac16 / OctoPrint-GcodeLeveling

An OctoPrint plugin for leveling of Z values in Gcode using measured positions
https://plugins.octoprint.org/plugins/gcodeleveling/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Python 2 issue with 0.3 #11

Closed dant220 closed 3 years ago

dant220 commented 3 years ago

When I try to install it seems successful. Numpy is installed. And I never see it in the UI. When I look under installed plugins and search for "gcode" I do not see it listed. I tried several times and rebooted to be sure. Please find attached the install log.

Thank you in advance for any help.

OctoprintIntall.txt

Willmac16 commented 3 years ago

@dant220 could you send your octoprint.log file

Willmac16 commented 3 years ago

I suspect either there is an error that python is throwing when it parses the plugin's code (more likely, especially if it is a python2 issue) or somehow you installed it on a different version of python than you are currently running octoprint off of (less likely).

Willmac16 commented 3 years ago

okay I found the python 2 error, I will patch accordingly

Willmac16 commented 3 years ago

0.3.2 should fix it, you may need to force the update cache to refresh(in software update > advanced) if you want the update before octoprint checks on its own.

dant220 commented 3 years ago

I will check it ASAP and report back. Thank you so much!

dant220 commented 3 years ago

It is working now. My octoprint is using 2.7. Thank you so much.