Fix Error Linux

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



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 .

Concluzion: Python Import Error ModuleNotFoundError : No Module Named Gi In Ubuntu Linux – python,import error,import,error,modulenotfounderror,module not found error,module not found,no module named,no module,named,gi,ubuntu,linux,python import error,module not found error no module named gi,modulenotfounderror: no module named,modulenotfounderror: no module named gi,no module named gi,module not found error gi,modulenotfounderror gi

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply