question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installed on OSX and I’m getting the following issue:

Adrianos-MacBook-Pro:locust adriano$ locust --host=http://domain.com
/usr/local/lib/python2.7/site-packages/locust/rpc/__init__.py:6: UserWarning: WARNING: Using pure Python socket RPC implementation instead of zmq. If running in distributed mode, this could cause a performance decrease. We recommend you to install the pyzmq python package when running in distributed mode.

warnings.warn("WARNING: Using pure Python socket RPC implementation instead of zmq. If running in distributed mode, this could cause a performance decrease. We recommend you to install the pyzmq python package when running in distributed mode.")

[2015-07-03 02:05:26,169] Adrianos-MacBook-Pro.local/INFO/locust.main: Starting web monitor at *:8089

[2015-07-03 02:05:26,170] Adrianos-MacBook-Pro.local/INFO/locust.main: Starting Locust 0.7.3

I’m not using distributed mode.

Also happens when I tried installing in a custom vagrant box (Ubuntu 14.04) I already had on my system. I followed the instructions perfectly from the docs page.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cgoldbergcommented, Nov 10, 2017

that’s just a warning… there is no error

1reaction
Shuliyeycommented, Nov 14, 2017

In alpine’s case, you might also need g++ installed

e.g. on alpine you need apk add --update g++ (even pyzmq is installed successfully after you installed g++, you still need to keep g++ installed)

if you uninstall g++ after successfully installing pip install pyzmq, that warning also comes up

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 update and security never loads
Method 1: Windows Update Troubleshooter. 1. Type troubleshooting in the search bar. 2. Select Troubleshooting. 3.
Read more >
Websites show a spinning wheel and never finish loading
This article explains what to do when specific websites (not all) start to load, but never finish (i.e. the tab displays a spinning...
Read more >
iPhone storage never loads - Apple Community
I have a problem with calculating iPhone storage on iPhone 12 Pro. As I go to the phone storage it starts to "calculate...
Read more >
Published Storybook Never Loads (perpetual spinner) #12538
Describe the bug When I try and publish my Storybook it builds fine but the deployed site never gets past the loading screen...
Read more >
ROBLOX VR never loads, infinite loading and the ... - Reddit
ROBLOX VR never loads, infinite loading and the game loads into desktop. Unknown sources enabled, broke ever since the new menu update.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found