Skip to content

Commit 8c9ee32

Browse files
committed
Update start_externalevaluate.py
1 parent a3a99a2 commit 8c9ee32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolframclient/cli/commands/start_externalevaluate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ 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. https://zeromq.org/languages/python/"
31-
% e,
30+
'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "zmq"}]'
31+
% (e, sys.executable),
3232
file=sys.stderr,
3333
)
3434
sys.stderr.flush()

0 commit comments

Comments
 (0)