upgrading the package may lead to version incompatibilities? #222
-
I was using a script that gave me:
So I checked my versions: I figured perhaps ChildProject was old, so I thought I needed to force upgrade:
-- which fixed my original error (now I have childproject.metrics), but I now get an error when I try to run the sampler:
I think this may not really be a question for here, but if there are any tips to try to keep all the mutually compatible versions together, that would be great! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you try: pip3 install git+https://github.com/LAAC-LSCP/ChildProject.git --upgrade ? |
Beta Was this translation helpful? Give feedback.
Can you try:
?