Code Monkey home page Code Monkey logo

python-vrops-api-tool's Introduction

Installing vrops-api-tool

grab the latest binary from releases

Contributing

Please file an issue or feature request in github issues. PRs are welcome

Building vrops-api-tool

Python scripts to collect data from vrops

  • brew update
  • brew install pyenv
  • pyenv init 2>> ~/.bash_profile (or ~/.zshrc)
  • reload shell
  • pyenv install 3.5.2
  • pip install -r requirements.txt
  • ./suite-api-tool/tool_ui.py

Building Redistributable

After running the above commands run:

  • pip install git+https://github.com/pyinstaller/pyinstaller.git
  • ./make_dist.sh in addition, make sure that your .bashrc contains pyenv's init (eval $(pyenv init -))

Troubleshooting

  • pyenv init
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib\
  Referenced from: /usr/local/bin/bash
    Reason: image not found
  Trace/BPT trap: 5
  • make sure that bash is up to date.

    • do brew update and brew upgrade
    • and which bash points to /usr/local/bin/bash
  • pip install -r requirements.txt

Collecting PyQt5==5.7 (from -r requirements.txt (line 1))
  Could not find a version that satisfies the requirement PyQt5==5.7 (from -r requirements.txt (line 1))
   (from versions: )
  No matching distribution found for PyQt5==5.7 (from -r requirements.txt (line 1))
  • ensure that your ~/.bashrc or ~/.bash_profile or ~/.zshrc includes the line from pyenv init
  • Check that pyenv version is set by ./python-vrops-monitor/.python-version and that the version of python is 3.5.2

image image

python-vrops-api-tool's People

Contributors

kjstouffer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.