-
Notifications
You must be signed in to change notification settings - Fork 31
Why is the plugin not showing up in the plugin manager? #36
Comments
I ran into this same issue. For my particular case, here are the relevant OctoPrint log messages....
It's worth noting that this is likely isn't an issue with PrusaMeshMap but rather Python+Pip and/or the Raspberry Pi (OctoPi) distribution I'm running. |
My PIP installation was corrupt; I reinstalled OctoPi from the scratch and now I was able to install PrusaMeshMap via the link from Github (zip-master). But it still doesn’t show up in the plugin manager... |
I'd check your octoprint.log file ( ~/.octoprint/logs/octoprint.log for the OctoPi distributions) to see if it's reporting an error with the plugin. To confirm my issue was specific to my local environment, I put a stock OctoPi image on a an SD card and ensured I installed mathplotlib and numpy via the provided command... The most likely (although not confirmed) cause for my local instance was a conflicting version of pip from my Python 3.7 installation. Although Python + Pip for OctoPrint should be isolated, one of my reinstall attempts which ran against the out of the box Python+Pip failed on the matplotlib compilation and referenced Python 3.7 directories. As best I can tell, installing Python 3.7 dropped a pip3 and pip exeutable in /usr/local/bin/ and that may have erroneously been used instead of the intended pip during parts of the compilation process. This numpy issue referenced here is all over the web and each fix is obviously unique to each root cause.
My situatation and solution are likely unique to my setup so I'd suggest folks take a look at octoprint.log first to assess the root cause and then go from there. Good luck! |
It doesn't appear for me or even using the web version of the plugin repository. https://plugins.octoprint.org/ Searching for the plugin returns no results. |
The plugin isn't part of Octoprint's repository, it has to be installed using the URL or archive method. Unfortunately the original creator sold his MK3 and moved on, and at the moment no one is available to maintain it. I'm doubtful that anyone will pick up development any time soon, if ever. |
He was working on it for a time, but I believe he is busy with FRC. I don't know the status of his fork (ie: how close it is to merging) or if he has any plans to continue development after the competition is complete. This project's status remains dormant. I'm leaving it open for the time being (along with all issues) in the event that someone decides to pick it up. If its still inactive this by the summer I will likely archive it. |
The fork is currently inactive due to my after school commitments eating
literally all my free time. I left the project in a state where it should
be workable but needed more testing. That being said I use it on my Klipper
mk3 and it's working well. I hope to wrap up this project in addition to
some other loose ends in a couple of months, so if you or anyone else would
like to contribute to the PR that would be greatly appreciated.
On Sat, Mar 9, 2019 at 9:24 AM Eric Callahan ***@***.***> wrote:
He was working on it for a time, but I believe he is busy with FRC. I
don't know the status of his fork (ie: how close it is to merging) or if he
has any plans to continue development after the competition is complete.
This project's status remains dormant. I'm leaving it open for the time
being (along with all issues) in the event that someone decides to pick it
up. If its still inactive this by the summer I will likely archive it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcVtmXf2GyQlNWLglrpraxMI7Xd8vLI2ks5vU-5DgaJpZM4Yn4xv>
.
--
Thanks,
Matt
|
Is everything covered in issues on your fork, @mcm001? I don't mind taking a look, but I'm in no way a Python or gcode veteran... |
The description says, I should use the built-in plugin manager - but I'm unable to find it there.
Running OptoPi on 1.3.9 and since yesterday 1.3.10 RC2. Something special I need to do to enable it?
The text was updated successfully, but these errors were encountered: