-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Command slcli hardware|virtual monitoring #1593
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good overall, just some slight formatting issues. And have each command define and send in its own object mask instead of adding it to the default mask please.
Thanks
@BrianSantivanez I think you are getting those errors because Try running You should have the following.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try running
python setup.py install
to see if that fixes it. If not, check to make sureptable
is NOT installed.ptable
was removed in the most recent version as a dependency since its a very outdated package.
Thanks @allmightyspiff , the problem was that I had prettytable
and ptable
installed at the same time.
After correct the observations:
Running the command with a hardware
Running the command with a virtual
Looks good to me
#1591