Skip to content

Commit 6a55386

Browse files
committed
fixing installation output
1 parent d657bc3 commit 6a55386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/cli/commands/start_externalevaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def handle(self, port=None, installpath=None, kernelversion=None, **opts):
2727
zmq.Context
2828
except ImportError as e:
2929
print(
30-
'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "zmq"}]'
30+
'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "pyzmq", "--user", "--no-input"}]'
3131
% (e, sys.executable),
3232
file=sys.stderr,
3333
)

0 commit comments

Comments
 (0)