{URGENT} ABOUT UBUNTU UPGRADE
Posted: Tue Sep 24, 2024 10:39 pm
Ubuntu September 2024 system upgrade has been completed with a very nice and stylish design. However, it has removed vital modules such as pip and web3 in the Virtual Environment. Therefore, the functions described in this section cannot be accessed.
If anyone reads and processes the pages, they need to run a few lines of code to access the functions again.
FIRST
https://bootstrap.pypa.io/get-pip.py Right Click and Save to Your Computer
Activate the venv module as explained in the relevant section. The file you downloaded must be in the Home folder. Run the following in the terminal:
Next Run the following in the terminal:
Thus, we can continue to process the sample topics explained in this section. We will add a topic about how to view balances in web3 soon.
If anyone reads and processes the pages, they need to run a few lines of code to access the functions again.
FIRST
https://bootstrap.pypa.io/get-pip.py Right Click and Save to Your Computer
Activate the venv module as explained in the relevant section. The file you downloaded must be in the Home folder. Run the following in the terminal:
Code: Select all
python get-pip.py
Code: Select all
pip install web3
Thus, we can continue to process the sample topics explained in this section. We will add a topic about how to view balances in web3 soon.