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

installing #3

Open
conducked opened this issue Apr 10, 2021 · 6 comments
Open

installing #3

conducked opened this issue Apr 10, 2021 · 6 comments

Comments

@conducked
Copy link

conducked commented Apr 10, 2021

Hey for some reason when I try installing sudo python3 setup.py install I get syntaxerror: invalid syntax

@conducked conducked changed the title Installing Selenium installing Apr 10, 2021
@conducked
Copy link
Author

whenever I try and install it this is the following

sudo python3 setup.py install
File "", line 1
sudo python3 setup.py install
^
SyntaxError: invalid syntax

@tolgahantunc
Copy link

Which operating system you use?

@conducked
Copy link
Author

conducked commented Aug 17, 2021 via email

@tolgahantunc
Copy link

Then don't use "sudo". Try using "python .\setup.py install" or "python3 .\setup.py install"
However, there is an issue in another part of the code. I've fixed (not a real fix) it somehow and now I am able to run the bot and move in a map automatically. But it doesn't catch any pokemon automatically, you need to watch your screen and click Battle button manually when you want to catch a pokemon.

@conducked
Copy link
Author

conducked commented Aug 17, 2021 via email

@tolgahantunc
Copy link

@Tishj is the developer, I am not, so there is no change in the current code unfortunately. I just changed the code in my computer and ran it.

"after clicking battle button do you have to catch it too? :)"
The bot opens a new Chrome window while running, so, no, you can go back to map by clicking Explore button from the menu.

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