WhatsappBOT icon indicating copy to clipboard operation
WhatsappBOT copied to clipboard

Im getting error plzz help me

Open Muneerobaid opened this issue 2 years ago • 2 comments

┌──(venv)─(root💀kali)-[~/WhatsappBOT] └─# pip install -r requirements.txt Collecting asgiref==3.2.3 Using cached asgiref-3.2.3-py2.py3-none-any.whl (18 kB) Collecting Django==3.0.3 Using cached Django-3.0.3-py3-none-any.whl (7.5 MB) Collecting image==1.5.27 Using cached image-1.5.27-py2.py3-none-any.whl (19 kB) Collecting Pillow==7.0.0 Downloading Pillow-7.0.0.tar.gz (38.2 MB) |████████████████████████████████| 38.2 MB 200 bytes/s Collecting pytz==2019.3 Downloading pytz-2019.3-py2.py3-none-any.whl (509 kB) |████████████████████████████████| 509 kB 5.6 kB/s Collecting selenium==3.141.0 Downloading selenium-3.141.0-py2.py3-none-any.whl (904 kB) |████████████████████████████████| 904 kB 1.1 kB/s Collecting sqlparse==0.3.0 Downloading sqlparse-0.3.0-py2.py3-none-any.whl (39 kB) ERROR: Could not find a version that satisfies the requirement python-tk==2.7.17-1~18.04 ERROR: No matching distribution found for python-tk==2.7.17-1~18.04

Muneerobaid avatar Sep 17 '21 15:09 Muneerobaid

Im having that same error for python-tk.

andreluiz901 avatar Mar 21 '22 13:03 andreluiz901

Python already has tkinter installed by default. Simply delete this line in the requirements.txt, try the install again and run the program.

FabianUlrich96 avatar Apr 02 '22 14:04 FabianUlrich96

fixed

aydinnyunus avatar Sep 22 '22 12:09 aydinnyunus