jpxoi / send_whatsapp

A Python application designed to automate the process of sending WhatsApp messages through pywhatkit. It allows you to send messages to both individual contacts and groups. You can run it interactively through the console or directly pass arguments via command-line for automation.
MIT License
34 stars 10 forks source link

Viruses on Windows 10 #3

Open abelardogit opened 3 months ago

abelardogit commented 3 months ago

When I install this package, Windows warns me: ERROR: Error [WinError 225] No se pudo completar la operación porque el archivo contiene un virus o software potencialmente no deseado while executing command python setup.py egg_info

Translated into English: This operation could not be completed because the file contains a virus or potentially not desired software while....

What's wrong?

jpxoi commented 3 months ago

Is it when trying to install the pywhatkit package? I've never tested it on Windows, so I'll try to look for a Windows machine to test it out.