HomeMogDBMogDB StackUqbar
v5.0

Documentation:v5.0

Supported Versions:

Other Versions:

Psycopg Package

Visit download page of MogDB https://www.mogdb.io/downloads/psycopg2/all to get installation package。

You can download the wheel installation package that matches the python version of your system. Only python3.6 or later is supported.

After downloading, run the following command to install:

python3 -m pip install <psycopg2 whl 文件>

After the installation is successful, you can run the following commands to check whether the installation is successful and psycopg2 version number:

python3 -m pip list

Or go to the python interactive terminal and execute import to verify that the installation was successful:

import psycopg2
Copyright © 2011-2024 www.enmotech.com All rights reserved.