MarkSlat / OctoPrint-Hologram

A simple OctoPrint plugin to display a render based on the preloaded G-code.
GNU Affero General Public License v3.0
7 stars 1 forks source link

Uninstall Hologram #2

Open Bersaker opened 2 months ago

Bersaker commented 2 months ago

Hi. The setup is not comlete because it doesn't work on my RPI 3+ . I don`t know why... .how can i remove the installed components from this respo ?

MarkSlat commented 2 months ago

Sorry is my first plugin and I am not fully sure how to uninstall the dependencies without messing up other plugins. I can give a list of the dependencies if you want.

Bersaker commented 2 months ago

Yes, thank you. That would be nice

MarkSlat commented 2 months ago

plugin_requires = ["Pillow", "matplotlib", "numpy", "pandas", "seaborn", "scikit-image", "scipy"]

They should be the ones that the plugin tries to install. I am working on a version that will cut down on the dependencies and I will test it out on a raspberry pi 3 (I did most of my development on a raspberry pi 4).

Bersaker commented 2 months ago

How can I see or check if the packages are installed?

MarkSlat commented 1 month ago

If you remote in with SSH or connect a monitor to the PI you can type 'pip list' that shows all the installed packages. However, some package like NumPy are probably used in OctoPrint so I am not sure if uninstalling it would break the global functionality.