[ Web Proxy ]
URL:
Viewing: https://memgraph.com/docs/help-center/errors/python-modules [Back]  [Original]

Python module errors
Help centerErrorsPython modules

Python module errors

Errors

  1. Unable to load support for embedded Python: . For more details, visit: memgr.ph/python.
  2. Unable to load support for embedded Python: missing directory . For more details, visit: memgr.ph/python.

How to install Python packages globally?

The Python packages need to be installed globally for Memgraph to access them. To install a Python module globally, you will need to run it with the following command:

sudo pip3 install <PACKAGE_NAME>

If this approach doesnt work, try to install a pre-compiled package using apt-get if available.



Web Proxy Viewer  |  New URL  |  Original Page