mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.04k stars 794 forks source link

cffi error #526

Open jesussales opened 5 years ago

jesussales commented 5 years ago

Hi... when i try to start i get this error

cffi.ffiplatform.VerificationError:....cl.exe failed with exit stattus 2

somebody can help me???

brunosoaresds commented 5 years ago

https://stackoverflow.com/questions/25093158/meet-cffi-ffiplatform-verificationerror-when-install-pyopenssl

EricGPTI commented 4 years ago

I have the same error. I try install libs on the link but the error to continue...

EricGPTI commented 4 years ago

@jesussales I had the same error as I talked. To solve this problem was necessary only to install setuptools and run pipenv install --skip-lock to solve my problems of dependency in my project.

I had read this article, look like if it helps you too.

https://devblogs.microsoft.com/python/unable-to-find-vcvarsall-bat/