Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download dataset on windows #4

Closed
khoana56 opened this issue Nov 13, 2019 · 4 comments
Closed

Download dataset on windows #4

khoana56 opened this issue Nov 13, 2019 · 4 comments

Comments

@khoana56
Copy link

khoana56 commented Nov 13, 2019

I'm trying to download the dataset from my laptop. I've dowloaded this project and extracted it. Then, I go on to the path and type "cmd" do open the cmd.exe from the directory (just like the picture below).
image
I start typing "python3 download.py" to start download the dataset just like the instruction. Then the result is shown as the picture below.
image
Did I do something wrong?

@pedropro
Copy link
Owner

You need to install PIL. Try this:
pip3 install Pillow

@khoana56
Copy link
Author

You need to install PIL. Try this:
pip3 install Pillow

It said that I'm missing the module "request" just like this

image

@pedropro
Copy link
Owner

pip3 install requests

Sorry I assumed this was built-in. Good to know.

@khoana56
Copy link
Author

Seems like it finally work. Thank you so much!
image

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

No branches or pull requests

2 participants