Python module errors
info
If you are having trouble dealing with an error, please let us know on the Discord.
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.
note
If you weren't able to find the error, please submit it through a Support Ticket so we can look into it and get back to you.