1Euro7Cent / Mrballou-drawbot

This is a drawbot that can draw in almost every drawing programm (skribbl.io, gartic phone ect)
GNU General Public License v3.0
95 stars 11 forks source link

GUI wont open #6

Closed BamBoozledMC closed 2 years ago

BamBoozledMC commented 3 years ago

C:\Users\****\Downloads\draw bot\release data>echo off Traceback (most recent call last): File "gui.py", line 2, in <module> import requests ModuleNotFoundError: No module named 'requests' Press any key to continue . . .

I've already tried installing requests multiple times

1Euro7Cent commented 3 years ago

Was the installation of the module successfull? If not please fix that by yourself. That isnt a error of my side.

If it successfully installed it should work. Maybe you installed it to a diffrent python version?

BamBoozledMC commented 3 years ago

Was the installation of the module successfull? If not please fix that by yourself. That isnt a error of my side.

If it successfully installed it should work. Maybe you installed it to a diffrent python version?

I have the correct python version installed. When i install it, it says something like it already exists in python directory

1Euro7Cent commented 3 years ago

I mean did you installed the module to the correct python version. E.g: pip3.8 install ... is not the same as pip3.7 install ... to open the gui i use the command python . Maybe change that or install the module to pip install ...

BamBoozledMC commented 3 years ago

I mean did you installed the module to the correct python version. E.g: pip3.8 install ... is not the same as pip3.7 install ... to open the gui i use the command python . Maybe change that or install the module to pip install ...

I used pip install requests in the directory, like you said in readme

BamBoozledMC commented 3 years ago

image

1Euro7Cent commented 3 years ago

Maybe try pip3.9 install ...

BamBoozledMC commented 3 years ago

Maybe try pip3.9 install ...

I just did same error

1Euro7Cent commented 3 years ago

Try python3.9 gui.py

BamBoozledMC commented 3 years ago

'python3.9' is not recognized as an internal or external command

1Euro7Cent commented 3 years ago

Maybe this can help: https://github.community/t/python-modulenotfounderror-although-module-is-installed-aiohttp/15425 . I cannot respond for the next few hours bc of scool

1Euro7Cent commented 2 years ago

Too inactive. Closing issue. Feel free to reopen when you still have something to contribute to this issue.