Python module errors
Errors
- Unable to load support for embedded Python: . For more details, visit: memgr.ph/python.
- 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.