Python Import Error ModuleNotFoundError : No Module Named Gi In Ubuntu Linux

Pubblicato il: 01 gennaio 1970
sul canale di: DevTech Solutions
5,208
20

Python Import Error ModuleNotFoundError : No Module Named Gi In Ubuntu Linux
To Install Gi python library in your ubuntu linux system, open terminal and type :
sudo apt install python3 python3-pip
Once python3 and python3-pip is installed in your system, type :

sudo apt install python3-gi
This will install python library gi in your system.
Now, type python3 to open it in interpreter mode and type :
import gi
gi.__version__
This will import gi in your python scripts and we can use it make python3 programs using python3 library GI. gi.__version__ is used to check the version of the installed python library gi in your system


In questa pagina del sito puoi guardare il video online Python Import Error ModuleNotFoundError : No Module Named Gi In Ubuntu Linux della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DevTech Solutions 01 gennaio 1970, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 5,208 volte e gli è piaciuto 20 spettatori. Buona visione!