Closed dtrckd closed 2 years ago
The readme docs for installation are wrong - poetry run
should be omitted if you install from pip:
pip install grafana-dashboard-manager
Give that a go and let me know if it works. Thanks for raising this - I'll fix the docs!
Yes, I think I did it right.
I tried to install it with pip first, and then executed the command as is. I got the error above. I then tried to install it with poetry and got the other runtime error.
Does it make sense ?
The git runtime issue has been fixed recently - please try updating to 0.1.3
:
pip install grafana-dashboard-manager --upgrade
You right, it worked. A dependency conflict during the first go (typer 4) made it installed version 0.1.2.
Thanks.
Hi, This package seems great but I was unable to install it succesfully.
With poetry I got this error :
And with pip, it got installed, but can't execute with the following error
Any hints how to solve this ?