| Autor | 
Sõnum | 
 
dinosaurusetaltsutaja 
Vana Pingviin  
 
 
   
Vanus: 37 
Liitunud: 02.02.2009  
Postitused: 432  
  
Distributsioon: Ubuntu MATE 22.04.4 LTS  
 
   
 |  
 
 
 
  
  | 
 
Probleemid python glade2 installeerimisega 
 
 
Süsteem Ubuntu Mate 22.04 LTS
 
 
Graafilises reziimis ei teata midagi
 
 
tekstirezimis
 
 
  	  | Kood:		 | 	 		  | 			  sudo dpkg -i python-glade2_2.24.0-5.1+b1_amd64.deb
 
Selecting previously unselected package python-glade2.
 
(Reading database ... 493783 files and directories currently installed.)
 
Preparing to unpack python-glade2_2.24.0-5.1+b1_amd64.deb ...
 
Unpacking python-glade2 (2.24.0-5.1+b1) ...
 
dpkg: dependency problems prevent configuration of python-glade2:
 
 python-glade2 depends on python (<< 2.8); however:
 
  Package python is not installed.
 
 python-glade2 depends on python (>= 2.7); however:
 
  Package python is not installed.
 
 python-glade2 depends on python-numpy (>= 1:1.13.1); however:
 
  Package python-numpy is not installed.
 
 python-glade2 depends on python-numpy-abi9; however:
 
  Package python-numpy-abi9 is not installed.
 
 python-glade2 depends on python-gtk2 (= 2.24.0-5.1+b1); however:
 
  Package python-gtk2 is not installed.
 
 
dpkg: error processing package python-glade2 (--install):
 
 dependency problems - leaving unconfigured
 
Errors were encountered while processing:
 
 python-glade2 			 		 | 	  
 | 
 
 | 
 |  
 
 | 
 
 
 
 | 
 
 
 | 
 | 
    | 
 
DaStoned 
Pingviini aktivist  
 
  
   
Vanus: 44 
Liitunud: 11.01.2007  
Postitused: 393  
Asukoht: Tallinn  
Distributsioon: Debian 
 
   
 |  
 
 
 
  
  | 
 
Üritad peale lasta toorest pakki ilma dependency-ga arvestamata? See on nagu Red Hat aastal 1999   
 
 
Ma esialgu prooviks ikka seda, mis apt repos välja paistab:
 
 
 	  | Kood:		 | 	 		  | 			 sudo apt install glade			 		 | 	  
 
 
Ja kui sul on tungiv vajadus just seda pakki peale lasta, siis võid proovida apt-ile närida anda, ehk leiab dependency-d üles. Ma suurt edu ei ennustaks.
 
 
 	  | Kood:		 | 	 		  | 			 sudo apt install ./python-glade2_2.24.0-5.1+b1_amd64.deb			 		 | 	  
 
 
NB! apt nõuab pakifaili nägemiseks miskipärast pathi elementi faili nime ette, st kindlasti "./python-glade2_2.24.0-5.1+b1_amd64.deb" mitte "python-glade2_2.24.0-5.1+b1_amd64.deb"
 | 
 
 | 
 |  
 
 | 
 
 _________________ When the shit hits the fan, keep your mouth shut!
 
 | 
 
 
 | 
 | 
   | 
 
dinosaurusetaltsutaja 
Vana Pingviin  
 
 
   
Vanus: 37 
Liitunud: 02.02.2009  
Postitused: 432  
  
Distributsioon: Ubuntu MATE 22.04.4 LTS  
 
   
 |  
 
 
 
  
  | 
 
Tulemuseks 
 
 
   	  | Kood:		 | 	 		  | 			  sudo apt install ./python-glade2_2.24.0-5.1+b1_amd64.deb
 
Reading package lists... Done
 
Building dependency tree... Done
 
Reading state information... Done
 
Note, selecting 'python-glade2' instead of './python-glade2_2.24.0-5.1+b1_amd64.deb'
 
Some packages could not be installed. This may mean that you have
 
requested an impossible situation or if you are using the unstable
 
distribution that some required packages have not yet been created
 
or been moved out of Incoming.
 
The following information may help to resolve the situation:
 
 
The following packages have unmet dependencies:
 
 python-glade2 : Depends: python (< 2.8) but it is not installable
 
                 Depends: python (>= 2.7) but it is not installable
 
                 Depends: python-numpy (>= 1:1.13.1) but it is not installable
 
                 Depends: python-numpy-abi9 but it is not installable
 
                 Depends: python-gtk2 (= 2.24.0-5.1+b1) but it is not installable
 
E: Unable to correct problems, you have held broken packages.
 
msk@SoiritOfTheNorth:~/Downloads$ ^C 			 		 | 	  
 
 
Põhjus miks mul seda pakki vaja on on see et gespeaker ei luba ennast instaleerida ilma selleta.
 | 
 
 | 
 |  
 
 | 
 
 
 
 | 
 
 
 | 
 | 
    | 
 
643 
Pingviini aktivist  
 
 
   
 
Liitunud: 08.07.2019  
Postitused: 393  
  
Distributsioon: GNU/Linux (64bit/32bit) 
 
   
 |  
 
 
 
  
  | 
 
https://www.appimagehub.com/p/1354602
 
 
Tõmba alla ja sisesta Espeak-QtGui-1.0/espeak_qtgui/engines
 
kataloogi espeak.py  eesti rida, mis on umbes nii
 
["et", _("Eesti")],
 
 
Seejärel saad kasutada eesti keele moodulit. 
 
(sudo apt install espeak, peab muidugi olema eelnevalt olemas)
 
ja qt5 pluginaid:
 
 
qt5ct tuleb paigaldada
 
 
 
käivitada saad terminalis:
 
python3 espeak-qtgui.py
 | 
 
 | 
 |  
 
 | 
 
 
 
 | 
 
 
 | 
 | 
    | 
 
DaStoned 
Pingviini aktivist  
 
  
   
Vanus: 44 
Liitunud: 11.01.2007  
Postitused: 393  
Asukoht: Tallinn  
Distributsioon: Debian 
 
   
 |  
 
 
 
  
  | 
 
 	  | dinosaurusetaltsutaja kirjutas:		 | 	 		  			Tulemuseks 
 
   	  | Kood:		 | 	 		  | 			  sudo apt install ./python-glade2_2.24.0-5.1+b1_amd64.deb
 
Reading package lists... Done
 
Building dependency tree... Done
 
Reading state information... Done
 
Note, selecting 'python-glade2' instead of './python-glade2_2.24.0-5.1+b1_amd64.deb'
 
Some packages could not be installed. This may mean that you have
 
requested an impossible situation or if you are using the unstable
 
distribution that some required packages have not yet been created
 
or been moved out of Incoming.
 
The following information may help to resolve the situation:
 
 
The following packages have unmet dependencies:
 
 python-glade2 : Depends: python (< 2.8) but it is not installable
 
                 Depends: python (>= 2.7) but it is not installable
 
                 Depends: python-numpy (>= 1:1.13.1) but it is not installable
 
                 Depends: python-numpy-abi9 but it is not installable
 
                 Depends: python-gtk2 (= 2.24.0-5.1+b1) but it is not installable
 
E: Unable to correct problems, you have held broken packages.
 
msk@SoiritOfTheNorth:~/Downloads$ ^C 			 		 | 	  
Põhjus miks mul seda pakki vaja on on see et gespeaker ei luba ennast instaleerida ilma selleta.			  		 | 	  
 
 
See glade2 pakk on aastast 2016 ja mõeldud Debian 10 Buster jaoks. Saa ei saa tänapäevasele distrole nii vana pakki peale lasta. Tal on dependency python 2 mis pole juba mitu aastat enam toetatud ja selle pakid on ammu igalt poolt maha korjatud. Unusta ära (või paigalda virtuaalmasinasse mingi Debian Buster ja proovi seal).
 
 
Aga gespeaker git repot vaadates tundub ta olevat vähemalt 2 aastat tagasi värskendusi saanud ja toetab Python 3.9-t: https://github.com/muflone/gespeaker 
 
 
Ei tahaks uskuda, et too muldvana glade2 talle vajalik on.
 | 
 
 | 
 |  
 
 | 
 
 _________________ When the shit hits the fan, keep your mouth shut!
 
 | 
 
 
 | 
 | 
   | 
 
643 
Pingviini aktivist  
 
 
   
 
Liitunud: 08.07.2019  
Postitused: 393  
  
Distributsioon: GNU/Linux (64bit/32bit) 
 
   
 |  
 
 
 
  
  | 
 
Minu pakutud asi töötab!!
 
python-glade2 on PUNANE!! ja seda ei eksisteeri enam. Sõltuvusi on nii palju, et ei saa seda tööle kui ainult vanas os-is.
 
 
LINUXIS ON see probleem, et kui keegi edasi ei arenda, siis jäävad teegid ka maha! 
 
Samas
 
näiteks poweriso on kõik sõltuvused ja teegid pannud ühte kataloogi ja poweriso.sh näitab programmile teegi asukohad ära..
 
http://www.poweriso.com/download-poweriso-for-linux.htm
 | 
 
 | 
 |  
 
 | 
 
 
 
 | 
 
 
 | 
 | 
    | 
| 
 |