Model life cycle and monitoring library in Accuinsight+
Project description
- set up virtual environment for python
- for pure python
go to your/download/src/directory and run the below commands
>>> python3 -m venv venv >>> source venv/bin/activate
- after downloading source from git, open terminal and run the below command.
>>> python setup.py test install
- if you added a new package then run the following commend
>>> python setup.py install
- Install protobuf 3.6.1 on Ubuntu 18.04
#! /bin/bash # Make sure you grab the latest version curl -OL https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip # Unzip unzip protoc-3.6.1-linux-x86_64.zip -d protoc3 # Move protoc to /usr/local/bin/ sudo mv(or cp -pr) protoc3/bin/* /usr/local/bin/ # Move protoc3/include to /usr/local/include/ sudo mv(or cp -pr) protoc3/include/* /usr/local/include/ # Optional: change owner sudo chown $USER /usr/local/bin/protoc sudo chown -R $USER /usr/local/include/google
- if you update or add “*.proto” file in protos package
excute generate-protos.sh
- How to use
- for Lifecycle
see Lifecycle/README.MD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Accuinsight-3.4.20230622.1.tar.gz
.
File metadata
- Download URL: Accuinsight-3.4.20230622.1.tar.gz
- Upload date:
- Size: 82.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 150cfc8c769049fa9114096d62038b3eb430e702a2340dabb06480c96c07a443 |
|
MD5 | 94cdbe40dd2b04fd62dd3138d6b4ed96 |
|
BLAKE2b-256 | 86a4ac7f4af25d89f037faac61e76f99caf62840df71ae482ca15b3f80280717 |
File details
Details for the file Accuinsight-3.4.20230622.1-py2.py3-none-any.whl
.
File metadata
- Download URL: Accuinsight-3.4.20230622.1-py2.py3-none-any.whl
- Upload date:
- Size: 121.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a93d03840f2ae75f835475902c66652af26805a64c28f054ad7e32e93f574f0 |
|
MD5 | fe2018bf98c40ea159cb78b6d1fd4504 |
|
BLAKE2b-256 | b6565f0411435ae4573770fb5357bbcbb8db86a029ffb149d3788d74b4ecbb1f |