Answer the question
In order to leave comments, you need to log in
How to install WEB3 correctly?
I want to make a reservation, I'm new to Unix like this, but I'm developing.
The target system on which Linux Mint.19.x64 is installed.
The goal is to install WEB3.
Link to the repository https://github.com/ethereum/web3.py/blob/master/do...
As far as I understand, based on searches on the forums, the product from the repository only works with python v 3+. Maybe I'm wrong.
Where I started by executing the following commands
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
sudo apt-get install python3-setuptools
sudo apt install python3-pip
pip install web3
sudo apt-get install python3-venv
sudo apt-get install python3-dev
git clone https://github.com/ethereum/web3.py.git
cd web3.py
python3 -m venv venv
. venv/bin/activate
Answer the question
In order to leave comments, you need to log in
on ubuntu everything came together there is a suspicion of ppa
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
try or install without ppa or change system
If Python 3, then you most likely need to use and pip3
instead ofpip
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question