Skip to content

Commit 51939b8

Browse files
committed
Pull request #257: fixing installation output
Merge in LCL/wolframclientforpython from bugfix/440110-help to master * commit '6a55386f2afc6e5117a9a046fb3267806f3b8646': fixing installation output
2 parents d657bc3 + 6a55386 commit 51939b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)