n
Size: a a a
n
A
n
pip install requests[security]
O
O
n
O
n
n
For the sake of others like me coming to this issue by googling this exception:
I resolved this issue for myself by updating my system virtualenvwrapper package to latest (sudo pip install -U virtualenvwrapper), which lifted my virtualenv version from 13.1.2 to 15.1.0. I then recreated the virtualenv for my project. I then executed the command that was giving me the error in the first place, and it completed successfully.
n
O
n
pip install --upgrade pipце для встановлення МТ у env оточені
mkdir mapillary_tools
cd mapillary_tools
python3 -m venv env3
. env3/bin/activate
pip install git+https://github.com/mapillary/Piexif
pip install --upgrade git+https://github.com/mapillary/mapillary_tools
env
cd mapillary_toolsдля виходу з
. env3/bin/activate
mapillary_tools --help
env
deactivatehttps://docs.python.org/3/library/venv.html
O
O
O
n
O
n
python --version
?O