We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technical expertise
Configure your system to evaluate external Python code.
For Mac... Install the Python package managerInformation about how to download and install the Python package manager, pip, can be obtained from https://pip.pypa.io/en/stable/installation.
One way to ensure that pip is installed is to run:
$ python3 -m ensurepip --user
To install the “pyzmq” package:
$ python3 -m pip install --user pyzmqVerify the installation
If the installation was successful, FindExternalEvaluators will discover it automatically:
Evaluate Python codeUse the Python installation to evaluate Python code:
For Windows... Install PythonDownload the Python installer at http://python.org and open the resulting .exe installer file.
Install the Python package managerInformation about how to download and install the Python package manager, pip, can be obtained from https://pip.pypa.io/en/stable/installation.
Install the “pyzmq” package for PythonInstall the “pyzmq” package for communicating with Python using ZMQ sockets:
> python.exe -m pip install pyzmqVerify the installation
If the installation was successful, FindExternalEvaluators will find it automatically:
Note that there may be multiple evaluators that appear for each different form of the Python executable, but that all use the same installation of Python. This is normal.
Evaluate Python codeUse the Python installation to evaluate Python code:
For Linux... Install Python for LinuxPython comes pre-installed on some Linux distributions. You can test if your system has Python available by evaluating in a terminal:
If you get a message such as "command not found", you need to install Python either by using a package repository tool on your system or by downloading the Python installer at http://python.org and uncompressing the resulting tarball.
Install the Python package managerInformation about how to download and install the Python package manager, pip, can be obtained from https://pip.pypa.io/en/stable/installation.
Install “pyzmq” package for PythonTo install the “pyzmq” package:
$ python3 -m pip install --user pyzmqVerify the installation
If the installation was successful, FindExternalEvaluators will find it automatically:
Evaluate Python codeUse the Python installation to evaluate Python code:
If you have installed Python according to the steps above, but it is not discovered by FindExternalEvaluators, you can register it manually with RegisterExternalEvaluator; for example: Most Linux distributions have separate packages for Python 2 and Python 3. The “pyzmq” package must be installed separately for each version. Consult your operating system documentation for instructions on specific package names for each version.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4