jpxoi / send_whatsapp

This Python script repository lets you send WhatsApp messages via WhatsApp Web using pywhatkit. Simply provide the recipient's phone number or group ID, message content, and the desired sending time. You can also customize waiting times and browser tab closing duration. Give it a try now!
MIT License
26 stars 10 forks source link

Viruses on Windows 10 #3

Open abelardogit opened 1 month ago

abelardogit commented 1 month 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 1 month 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.