Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Error when running grunt build command #554

Open
cshubhamdhanetia opened this issue Apr 22, 2018 · 6 comments
Open

Error when running grunt build command #554

cshubhamdhanetia opened this issue Apr 22, 2018 · 6 comments

Comments

@cshubhamdhanetia
Copy link

I am a beginner. When i run guild build command, i get error

ImportError: No module named request
image

@itsthetaste
Copy link

Python doesn't come with the requests module, so you have to install it.
From your python scripts folder, run easy_install.exe requests.
My python scripts folder is at:
C:\Python27\Scripts

@nagarjunbn
Copy link

nagarjunbn commented Apr 26, 2018

I had the same error .
For ubuntu use below commands to install requests .
apt-get install python-requests
sudo pip install requests or sudo pip3 install requests

Same as Issue 552

@littelStarBling
Copy link

I have the same issue.
I downgraded python from 3.8 to 2.7. Run easy_install.exe requests in my scripts folder of C:\Python27\Scripts. But still got the same warning. What else I can do?
Thank you

Issue#554

@wmailn
Copy link

wmailn commented Sep 15, 2021

I have the same issue.

image

@wmailn
Copy link

wmailn commented Sep 15, 2021

sudo apt-get install python-requests
sudo pip install requests
sudo pip3 install requests
Have tried

@wmailn
Copy link

wmailn commented Sep 15, 2021

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants