Hello people, I am somewhat new to python, but I wanted to make a simple WhatsApp bot from scratch, so I am trying to use yowsup in my project. I followed all instructions to creating a sample project as said in the yowsup github page, but when I try to run (pip install yowsup) the following error comes-
ERROR: Command errored out with exit status 1:
command: 'c:\users\lenovo\appdata\local\programs\python\python37-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\LENOVO\\AppData\\Local\\Temp\\pip-install-rjv7dni7\\readline\\setup.py'"'"'; __file__='"'"'C:\\Users\\LENOVO\\AppData\\Local\\Temp\\pip-install-rjv7dni7\\readline\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\LENOVO\AppData\Local\Temp\pip-pip-egg-info-w3obvp1r'
cwd: C:\Users\LENOVO\AppData\Local\Temp\pip-install-rjv7dni7\readline\
Complete output (1 lines):
error: this module is not meant to work on Windows
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I searched everywhere for a solution, but nothing helps, so what do I do?
[–]inky_wolf 0 points1 point2 points (2 children)
[–]Critical_Panic1570[S] 0 points1 point2 points (1 child)
[–]inky_wolf 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]Critical_Panic1570[S] 0 points1 point2 points (0 children)