简体   繁体   中英

How to install web3 on python 3.9.6/3.7.6?

I tried "pip install web3" , first on 3.7.6 version than changed it to the latest one 3.9.6 it has the same problem.Also fixed the PATH issue of the python folders in control panel but it is showing error. Type: python -m venv env pip install web3

on cmd you might see the same error.

如果您尝试在 Python3.X 上安装它,请尝试使用 pip3 而不是 pip。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM