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
Currently installation of locust-xmlrpc fails due to the locust project moving from locustio to locust namespace in pypi.
According to locustio/locust#817 , Locust package has moved from 'locustio' to 'locust'. Please update your reference.
minor change in setup.py can help fixing the issue.
- 'locustio',
+ 'locust',
The text was updated successfully, but these errors were encountered:
Currently installation of
locust-xmlrpc
fails due to the locust project moving fromlocustio
tolocust
namespace in pypi.According to locustio/locust#817 ,
Locust package has moved from 'locustio' to 'locust'. Please update your reference
.minor change in
setup.py
can help fixing the issue.The text was updated successfully, but these errors were encountered: