-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.6 support #59
Comments
I've been forcing compatibility for a couple weeks now and I've had no issues, though I'm not using a great deal of the available features given the hardware I have connected is a wanhao i3. |
@Freakus how are you forcing compatibility? |
@darrellenns In config.yaml for octoprint: plugins:
_forcedCompatible:
- klipper I don't believe the plugin manager showed it in the search, and I had to install using the "From URL" option in plugin manager using the URL shown on the plugin repository page: https://github.com/mmone/OctoPrintKlipper/archive/master.zip Keep in mind that the _forcedCompatible option could let you load something that will break things! Don't be too surprised if you force compatibility for something and stuff goes wrong. |
hello plugins: octoprint break |
@mmone Will you be updating to Python 3? |
Ocotoprint will no longer support previous versions of python in the near future, it would be awesome if this plugin could get updated to be compatible with python 3.6.
The text was updated successfully, but these errors were encountered: