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

Error in create_dataset.py #26

Open
yellowface7 opened this issue May 29, 2020 · 1 comment
Open

Error in create_dataset.py #26

yellowface7 opened this issue May 29, 2020 · 1 comment

Comments

@yellowface7
Copy link

yellowface7 commented May 29, 2020

So I was following the instructions as shown in the readme but it gave me the following error:

Traceback (most recent call last): File "create_dataset.py", line 7, in <module> from PIL import ImageGrab ModuleNotFoundError: No module named 'PIL'

One of the modules fail to install when running the install command.

Hope this gets worked out, I really wanted to toy around with this thing. :/

UPDATE: I ran the install command again, which returned the same error but this time when I run the create dataset program, it spits out this peculiar error Traceback (most recent call last): File "create_dataset.py", line 8, in <module> from game_control import * File "C:\Users\REDACTED\Game-Bot\game_control.py", line 2, in <module> from pynput.mouse import Button, Controller as Mouse ModuleNotFoundError: No module named 'pynput'

@gamingofficeyt
Copy link

you need install the requirements with

pip install -r requirements.txt

Make sure youre in your correct directory in cmd

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