Hi Răzvan, Thank you for your quick response. I was able to get a hold of sqlalchemy 1.3.3, and manually copy it to python3 site-packages. Opensips-cli works fine now, but I will change the requirement in setup.py and re-install it. I think that's a better option going forward.
Thanks, Matt On Tue, Mar 7, 2023, 4:38 AM Răzvan Crainea <[email protected]> wrote: > Hi, Matt! > > I think you can try bumping the sqlalchemy version [1] to one of the > supported versions, then try to manual install [2]. > > [1] https://github.com/OpenSIPS/opensips-cli/blame/master/setup.py#L70 > [2] > > https://github.com/OpenSIPS/opensips-cli/blob/master/docs/INSTALLATION.md#from-source-code > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 3/6/23 16:12, L S wrote: > > Hi, > > > > We are trying to install opensips-cli (on centos 7). > > > > It requires sqlalchemy==1.3.3, and doesn't accept 1.4.46. > > > > pip install returns: > > > > Collecting sqlalchemy==1.3.3 > > Could not find a version that satisfies the requirement > > sqlalchemy==1.3.3 (from versions: 1.3.16, 1.3.17, 1.3.18, 1.3.19, > > 1.3.20, 1.3.21, 1.3.22, 1.3.23, 1.3.24, 1.4.0b1, 1.4.0b2, 1.4.0b3, > > 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, > > 1.4.10, 1.4.11, 1.4.12, 1.4.13, 1.4.14, 1.4.15, 1.4.16, 1.4.17, 1.4.18, > > 1.4.19, 1.4.20, 1.4.21, 1.4.22, 1.4.23, 1.4.24, 1.4.25, 1.4.26, 1.4.27, > > 1.4.28, 1.4.29, 1.4.30, 1.4.31, 1.4.32, 1.4.33, 1.4.34, 1.4.35, 1.4.36, > > 1.4.37, 1.4.38, 1.4.39, 1.4.40, 1.4.41, 1.4.42, 1.4.43, 1.4.44, 1.4.45, > > 1.4.46) > > No matching distribution found for sqlalchemy==1.3.3 > > > > Any workarounds? Thanks, Matt > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
