requesting instructions on how to install the latest on debian bookworm #1686
Replies: 9 comments 3 replies
-
|
have you tried adding |
Beta Was this translation helpful? Give feedback.
-
|
Have replayed and created now a Wiki page with instructions As Debian 12 still contains only radicale 3.1.8 one should contact the maintainer to update the package... |
Beta Was this translation helpful? Give feedback.
-
|
well. but anything that is tried from "the manual" on the official web page to run it as a service just fails. "module not loaded" after debian is one of the most popular linux distributions. i have been using linux for over 10 years. it is very frustrating. just building and releasing a .deb package from the developer would likely have it working in 15 seconds. most developers don't seem to care to make it to happen. lets just install 4 or 5 other things to install it.... so very frustrating. |
Beta Was this translation helpful? Give feedback.
-
|
for "trixie" and "sid" 3.5.1 is now available: https://packages.debian.org/radicale file ticket to related maintainer, why older distributions haven't got an update so far. |
Beta Was this translation helpful? Give feedback.
-
|
How do you expect someone to package it for Debian 12, (the foundation for so many Linux distributions) when the instructions for installing it by the developer fail? Seems like if i could install it by the instructions here. It would not matter about the package anywhere else. |
Beta Was this translation helpful? Give feedback.
-
|
I would have assumed that maintainer which created successfully packages for 3.5.1 would be able to backport changes to Debian 12. I cannot maintain instructions for all Linux distributions, this requries contributions. BTW: "module not loaded" sounds like the package is stored in a directory outside the Python search path...one can try |
Beta Was this translation helpful? Give feedback.
-
that might work, if i had any idea where pipx put the files to run as a service, or of any way for pipx to remove all the files it installed, so i can start fresh. its not only in "~/ .local " as that is all manually purged. |
Beta Was this translation helpful? Give feedback.
-
|
pipx install https://github.com/Kozea/Radicale/archive/master.tar.gz That was supposed to be a virtual environment, but there is no way to run it as a service without it failing. I'm still trying to remove everything the above did. Since i tried that it has caused the same error in the package from debian. So until i find a way to remove everything "pipx install" did. I'm dead in the water unless i do a fresh install. |
Beta Was this translation helpful? Give feedback.
-
|
Here is what worked for me, to install the latest Radicale in a managed environment (Raspbian Bookworm, similar to Debian). I tried many different things before finding something that worked, so my apologies if I miss a command. One big difference was telling ExecStart to open the Radicale that exists within its virtual environment, and use that virtual environment's Ordinary config will work fine. Mine looks like this, minus a few hosts: Back to bash. Make users like normal. Make and Service file is a little different. Then start your service like normal. If anyone spots a mistake or figures out how to do this a better way, I welcome feedback. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i would like the run the latest 3.4.0 on Debian bookworm.
however following the instructions on the website error out.
$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
the latest on Debian is 3.1.8.
i cannot install testing package. and i could not find any other one.
can anyone point me to a safe secure install of the latest package?
for a non expert.
Beta Was this translation helpful? Give feedback.
All reactions