You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(windows only?)
pip install 2.4.2 >>> locust -f start.py --master >>>
signal.signal(signal.SIGWINCH, resize_handler)
AttributeError: module 'signal' has no attribute 'SIGWINCH'
pip install 2.4.1 >>> locust -f start.py --master >>> ok
"On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case." --- find in baidu
Environment
OS:nt
Python version:3.9.5
Locust version: 2.4.2
Locust command line that you ran: locust -f start.py --master
Locust file contents (anonymized if necessary):
The text was updated successfully, but these errors were encountered:
Describe the bug
(windows only?)
pip install 2.4.2 >>> locust -f start.py --master >>>
signal.signal(signal.SIGWINCH, resize_handler)
AttributeError: module 'signal' has no attribute 'SIGWINCH'
pip install 2.4.1 >>> locust -f start.py --master >>> ok
"On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case." --- find in baidu
Environment
The text was updated successfully, but these errors were encountered: