We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a99a2 commit 8c9ee32Copy full SHA for 8c9ee32
1 file changed
wolframclient/cli/commands/start_externalevaluate.py
@@ -27,8 +27,8 @@ 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. https://zeromq.org/languages/python/"
31
- % e,
+ 'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "zmq"}]'
+ % (e, sys.executable),
32
file=sys.stderr,
33
)
34
sys.stderr.flush()
0 commit comments