We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d657bc3 + 6a55386 commit 51939b8Copy full SHA for 51939b8
1 file changed
wolframclient/cli/commands/start_externalevaluate.py
@@ -27,7 +27,7 @@ def handle(self, port=None, installpath=None, kernelversion=None, **opts):
27
zmq.Context
28
except ImportError as e:
29
print(
30
- 'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "zmq"}]'
+ 'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "pyzmq", "--user", "--no-input"}]'
31
% (e, sys.executable),
32
file=sys.stderr,
33
)
0 commit comments