jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
991 stars 540 forks source link

EL8 Packages are broken / Jasmin 0.11.0 #1164

Open vaska94 opened 7 months ago

vaska94 commented 7 months ago

0.11.0 Packages are broken, I have installed EPEL and enabled CRB. Please Release 0.11.1 ASAP so we can migrate to EL9! This is error that happens after yum install jasmin-sms-gateway

WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting jasmin==0.11.0
  Downloading https://files.pythonhosted.org/packages/d3/2b/364bad8f044fdd19b98b07dd5dbed43c0da4b1d3353fab371324768d1038/jasmin-0.11.0.tar.gz (1.4MB)
Collecting pyasn1~=0.5.0 (from jasmin==0.11.0)
  Downloading https://files.pythonhosted.org/packages/d1/75/4686d2872bf2fc0b37917cbc8bbf0dd3a5cdb0990799be1b9cbf1e1eb733/pyasn1-0.5.1-py2.py3-none-any.whl (84kB)
Collecting Twisted~=23.10.0 (from jasmin==0.11.0)
  Could not find a version that satisfies the requirement Twisted~=23.10.0 (from jasmin==0.11.0) (from versions: 2.1.0, 9.0.0, 10.0.0, 10.1.0, 10.2.0, 11.0.0, 11.1.0, 12.0.0, 12.1.0, 12.2.0, 12.3.0, 13.0.0, 13.1.0, 13.2.0, 14.0.0, 14.0.1, 14.0.2, 15.0.0, 15.1.0, 15.2.0, 15.2.1, 15.3.0, 15.4.0, 15.5.0, 16.0.0, 16.1.0, 16.1.1, 16.2.0, 16.3.0, 16.3.1, 16.3.2, 16.4.0, 16.4.1, 16.5.0rc1, 16.5.0rc2, 16.5.0, 16.6.0rc1, 16.6.0, 16.7.0rc1, 16.7.0rc2, 17.1.0rc1, 17.1.0, 17.5.0, 17.9.0rc1, 17.9.0, 18.4.0rc1, 18.4.0, 18.7.0rc1, 18.7.0rc2, 18.7.0, 18.9.0rc1, 18.9.0, 19.2.0rc1, 19.2.0rc2, 19.2.0, 19.2.1, 19.7.0rc1, 19.7.0, 19.10.0rc1, 19.10.0, 20.3.0rc1, 20.3.0, 21.2.0rc1, 21.2.0, 21.7.0rc1, 21.7.0rc2, 21.7.0rc3, 21.7.0, 22.1.0rc1, 22.1.0, 22.2.0rc1, 22.2.0, 22.4.0rc1, 22.4.0)
No matching distribution found for Twisted~=23.10.0 (from jasmin==0.11.0)
warning: %post(jasmin-sms-gateway-0:0.11.0-1.x86_64) scriptlet failed, exit status 1

Twisted~=23.10.0 is not Available for Python 3.6. @farirat please do it asap <3

Kisuke-CZE commented 7 months ago

See this. https://github.com/jookies/jasmin/issues/1155

It was fixed in https://github.com/jookies/jasmin/pull/1156

Not sure when package will be updated in repo. But you can download it manually. jasmin-sms-gateway-0.11.1-1.noarch.zip

vaska94 commented 7 months ago

@Kisuke-CZE, Thank you, you did nice work rewriting dependencies! Same problem :( image

Kisuke-CZE commented 7 months ago

Oh, sorry, my bad. I just forgot that 0.11.1 is not out yet...

This is correct package for 0.11.0 jasmin-sms-gateway-0.11.0-2.noarch.zip

vaska94 commented 7 months ago

Oh, sorry, my bad. I just forgot that 0.11.1 is not out yet...

This is correct package for 0.11.0 jasmin-sms-gateway-0.11.0-2.noarch.zip

Thank you very much, This Package worked on EL9 Perfectly. New Virtualenv Approach is quite good.