J3Patel / linkedin-learning-video-downloader

LinkedIn video learning video downloader July 2019
https://teenenggr.com/2019/07/21/linkedin-learning-video-downloader/
127 stars 60 forks source link

I am getting ERROR: Package u'aiohttp' requires a different Python: 2.7.16 not in '>=3.4.2' #4

Closed nomulas closed 3 years ago

nomulas commented 4 years ago

Hi There I am getting

ERROR: Package u'aiohttp' requires a different Python: 2.7.16 not in '>=3.4.2'

Can you please help.

thachnv92 commented 4 years ago

You must run: pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r .\requirements.txt

Or: pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org aiohttp pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org lxml