Install requests in python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

you can make "Shift + Right click" in folder you need and click "Open command window here", so you won't need to do all that "cd ..." stuff

_deathcry
Автор

everyone on the web is telling $pip install requests, but this is the correct method also installed beautifullSoup like this and worked

muhammadisrarulhaq
Автор

I don't if this was more painful to watch or to listen to.

SuperWolfkin
Автор

No local packages or working download links found for certifi>=2017.4.17

Error: could not find suitable distribution for Requirement.parse ('certify>=2017.4.17')

Pls help

taruchitgoyal
Автор

This is the correct method you just have to navigate to where your python is installed and put that address where he put "c:\***"

sawansaurabh
Автор

thanks for the video Vytautas! I've worked through it but get the following Traceback error and haven't managed to install. Any idea how to fix? Thanks again!

C:\Users\OdhranH7\Desktop\PDF HTML setup.py

Traceback (most recent call last):
File "setup.py", line 9, in <module>
from setuptools import setup
ImportError: No module named setuptools

odhranhennessy
Автор

Hello good video but could you help me because I get this? Thank you
File "facebook.py", line 3, in <module>import requests ModuleNotFoundError: No module named 'requests'

isamanuelquispe