fernandod1 / Instagram-downloader

Instagram user's photos and videos downloader. Download all media files from any username. Working 2022!

Home Page:https://www.fernando.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named request

m2ura opened this issue · comments

commented

Hi,

I get the below when I run python instagram_downloader.py user_name

Traceback (most recent call last):
File "instagram_downloader.py", line 6, in
import urllib.request
ImportError: No module named request

commented

I just needed to do python3 not python