Skip to main content

Model life cycle and monitoring library in Accuinsight+

Project description

  1. set up virtual environment for python
  2. after downloading source from git, open terminal and run the below command.
    >>>  python setup.py test install
    
  3. if you added a new package then run the following commend
    >>> python setup.py install
    
  4. 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

Accuinsight-3.5.20231124.tar.gz (105.0 kB view hashes)

Uploaded Source

Built Distribution

Accuinsight-3.5.20231124-py2.py3-none-any.whl (145.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page