force update childproject package #255
-
I'm trying to use the new and shiny metrics function documented here, but I'm getting this error: ` child-project metrics input/solomon solomon.csv aclew``
I think this means that I don't have the latest version of childproject. I tried to get it with: Full output is attached, but in a nutshell, it seems to be going through the right motion at the beginning:
followed with a bunch of "Requirement already satisfied:". I also checked to make sure I had the latest version of pip. I feel like I've had this problem before, and I fixed it by uninstalling and re-installing childproject. I tried to do this:
But I still have the same error. Output |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, The solution is to use the
If that does not work, you may uninstall the package ( |
Beta Was this translation helpful? Give feedback.
Hello,
The solution is to use the
--upgrade
switch:If that does not work, you may uninstall the package (
pip uninstall ChildProject
) then re-install it