I'm trying to install locust but when I run the command pip install locust
, I have an error with Visual Studio I think.
I'm using Windows 10.
This is the error :
LINK : fatal error LNK1181: impossible to open the entry file 'ws2_32.lib'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x64\\link.exe' failed with exit status 1181
----------------------------------------
ERROR: Failed building wheel for gevent
Running setup.py clean for gevent
Failed to build gevent
ERROR: Could not build wheels for gevent which use PEP 517 and cannot be installed directly
I've searched this problem on the web but I didn't find any solution.
Thanks for your help guys