Python 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 doesn't work, try to install a pre-compiled package using apt-get if available.