Thank you Darren, sorry for the late reply, I will test with what you mentioned.
Regards, Jordan On Tue, Apr 12, 2022 at 12:00 AM Darren Cole <dc...@aseg.com.invalid> wrote: > Jordan, > > Depends on why it is not installable. > Usually Debian, or Ubuntu, will give some details on why something is not > installable but that information can be incomplete. > I've had to use apt show <packagename>, or dpkg directly, to figure out > what actually went wrong and how to fix it. > I'd look at packages states that are not installed (hold, pinned, > half-configure, etc). > On rare occasions I've had package install problems because the local apt > cache gets out of sync or corrupted. > apt clean cache, or apt clean has helped in those cases. > > > I run my own tiny (2-3 nodes) cluster on Ubuntu, and another tiny 5 node > cluster on Ubuntu as an experiment at work, so none are quite the same as > Debian. > Still I've got python3-mysql.connecter installed on the management nodes. > It's all installed with ansible, but from a quick look I think that > dependency is pulled in from the Cloudstack package dependency. > > Darren > -- > This e-mail is confidential. Any distribution, use or copying of this > e-mail or the information it contains other than by the intended recipient > is forbidden. If you are not the intended recipient, please advise the > sender (by return e-mail or otherwise) immediately and delete this e-mail. > > ----- Original Message ----- > From: "jordan j" <yordan...@gmail.com> > To: "users" <users@cloudstack.apache.org> > Sent: Friday, April 8, 2022 9:20:09 AM > Subject: Cloudstack installation on Debian 11 > > Dear all, > > Is it possible to use Cloudstack on Debian 11? > I tried to install it today as per the guide but got a dependency > issue *cloudstack-management > : Depends: python3-mysql.connector but it is not installable* > > I tried to install it through pip3 and also downloaded from the repos ( > > https://debian.pkgs.org/11/mysql-tools-amd64/mysql-connector-python-py3_8.0.28-1debian11_amd64.deb.html > ) but cloudstack apt installation will not acknowledge it. > > Any advice is appreciated. > > Regards, > Jordan >