-
Help removing Python
Which changes? The packages installed by un-get or the docker library being installed via pip? I resolved the docker library issue by running a script on array startup to install the docker library.
-
Help removing Python
For anyone that encounters this issue in the future, this is how I fixed it. 1. Install the un-get plugin. For more information, see: https://www.reddit.com/r/unRAID/comments/wy9nft/unget_a_simple_command_line_tool_to_install/ 2. Ran 'un-get install python3 python-pip' This installed Python with the needed libraries and allowed me to install the docker package.
-
Help removing Python
The issue isn't with the plugin though. The issue is with Python being installed on unRAID, presumably incorrectly. If I try to run "pip3 install docker" myself in CLI I get the error and the script is doing the same thing. To me this indicates an issue with the Python installation, not with the plugin. I just need assistance removing Python from unRAID, or figuring out which plugin is installing it so that I can remove, install it via the Python3 plugin, and then reinstall it. I reckon that will fix my issue.
-
Help removing Python
I am using the plugin, well trying to. The plugin runs a .py script that attempts to install the docker library on array startup and because of the errors mentioned previously, it isn't working. I need to resolve the error with pip & ssl to get the plugin you are referring to work. Hopefully we can make some progress.
-
Help removing Python
I am running version 7.0.1. I have attempted to install the Python3 plugin which led to me realize that Python is already installed. When installing the plugin, I get the following error: plugin: installing: dwpython.plg Executing hook script: pre_plugin_checks plugin: downloading: dwpython.plg ... done Executing hook script: pre_plugin_checks ------------------------------------------------------------- !!! INSTALLATION ABORTED !!! python3 is already installed on your system. !!! Perhaps remnants in '/boot/extra' or by another plugin? ------------------------------------------------------------- plugin: run failed: '/bin/bash' returned 1 Executing hook script: post_plugin_checks I attempted to locate the /boot/extra directory, but it is missing. I presume that this was a directory in previous version of unRAID and no longer available over my version. When I navigate to the boot directory, this is what I see (see attached image).
-
Help removing Python
Checkmk is running on a different machine. I am installing an agent on unRAID (not through a container or VM, directly onto unRAID) that sends data to the Checkmk host.
-
Help removing Python
Let me explain what I am trying to do and maybe you can let me know if a venv would be an effective solution. I am deploying Checkmk in my environment. Checkmk requires that the python docker package be installed so that it can parse through the docker containers and gather information. If I were to install the plugins/packages in a venv, would Checkmk be able to utilize those packages? With that said, I don't believe I would be able to install the packages I am trying to install because something is wrong with the Python installation in my unRAID. See my previous post for the errors I am getting when attempting to install the python docker package.
-
Help removing Python
I can run pip commands in unRAID's CLI which makes me think Python is installed.I understand that unRAID loads everything into RAM so I restarted the system hoping that it would get rid of Python so that I can do a proper install to resolve this issue, but it didn't. The issue I am having is that I am unable to install the docker library through pip, it gives me the following error when I run "pip3 install docker": WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. From my research, this error indicates that Python wasn't installed properly and the fix would be to do reinstall it.
-
depoultry started following Help removing Python
-
Help removing Python
I am having issues with Python and as a result, I am looking to uninstall it. It appears that Python is being installed by one of my plugins, but I am unable to figure out which by looking through my syslog. See diagnostics below. Please help me figure out how to remove Python from my system so that I can do a clean reinstall of Python to hopefully resolve my issues with missing pip packages. TIA! z840-diagnostics-20250407-2145.zip
depoultry
Members
-
Joined
-
Last visited