OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
84 stars 46 forks source link

Can't install opensips-cli #95

Closed fdmgit closed 2 years ago

fdmgit commented 2 years ago

I have setup a new server:

Ubuntu 22.04 Python: 3.10.4

When I try to install opensips-cli

apt install opensips-cli

I get the following error:

The following packages have unmet dependencies: opensips-cli : Depends: python but it is not installable E: Unable to correct problems, you have held broken packages.

Any hints ?

iliesh commented 2 years ago

I have the same issue, any update?

SonicJoe commented 2 years ago

I'm seeing the same issue. I tried installing every python package I could find, but still no improvement.

liviuchircu commented 2 years ago

Hi, all! I managed to reproduce the issue and just pushed a fix for it (https://github.com/OpenSIPS/opensips-cli/commit/a3e0c7d91a). Let's re-check installing the CLI via APT repo tomorrow, after the packages get rebuilt.