-
Notifications
You must be signed in to change notification settings - Fork 0
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
osfv_cli/src/osfv/cli/cli.py: fix #93 #101
Conversation
Fixes #93 Signed-off-by: Maciej Pijanowski <[email protected]>
Doesn't work, installed in new venv (via
|
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Hmmm, weird when I install with |
Installed via
Not sure if that helps in anyway, but pushed some pkg updates as well. |
Still doesn't work. How to reproduce: rm -rf venv
python -m venv venv
source venv/bin/activate
pip install poetry
make install
osfv_cli snipeit check_out --asset_id 105
osfv_cli rte --rte_ip 192.168.10.225 pwr off Please try these steps and check if it works for you. Now I can't even reproduce the working example with |
Let me try. I admit, I have never used it in venv. I have accepted commit from Piotr 32c07fa apparently, but I keep using just poetry on the host, as I originally have. |
TBH that's odd, how one should use this osfv_cli globally then? |
Either way, in venv seems to work fine for me as well
|
Make sure to check version of the tool, it's bumped in this PR. |
I use Not sure what might be a problem, maybe @DaniilKl will check if this PR fixes his problems. If yes then maybe there is something wrong with my installation. Now I installed with Details
Details
pip says that it:
After I removed global |
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.
Now it works, had to remove global osfv_cli
as for some reason it's the one that was used instead one in virtualenv
Fixes #93