Install
How to install
Download
git clone https://github.com/primihub/primihub.git
cd primihub/python
tip
It is recommended to create a new virtual environment, in which the following actions are performed
Compile
Refer toCompile Description
tip
Importing the primihub package requires a reference to the primihub c++ low-level SDK, so we need to compile it first.
Install
tip
To properly install the primihub python sdk, be sure to use the same Python interpreter used to compile primihub.
Run
pip install --no-cache-dir --force-reinstall -Iv grpcio grpcio_tools
Install primihub, and run
python setup.py install --user