generated from Cray-HPE/metal-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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
docker image cannot run owing to nornir 3.1.1 / dataclasses 0.8 incompatibility #78
Labels
bug
Something isn't working
Comments
I found that by adding:
to the top of |
dmjacobsen
added a commit
to dmjacobsen/canu
that referenced
this issue
Jan 26, 2022
dataclasses 0.8 is getting pulled in implicitly by ... something ... in the context of a docker build. This causes the program to not operate correctly as reported in Cray-HPE#78. One possible fix is to simply constrain the version of dataclasses to 0.7 to prevent this anomalous behavior, another would be to identify what is pulling in dataclasses and address it more explicitly elsewhere. Being unfamiliar with this package, I've chosen the former.
7 tasks
Thanks @dmjacobsen. I spoke with Luke and Sean and they're both going to try to repro this. |
rustydb
pushed a commit
to dmjacobsen/canu
that referenced
this issue
May 27, 2022
dataclasses 0.8 is getting pulled in implicitly by ... something ... in the context of a docker build. This causes the program to not operate correctly as reported in Cray-HPE#78. One possible fix is to simply constrain the version of dataclasses to 0.7 to prevent this anomalous behavior, another would be to identify what is pulling in dataclasses and address it more explicitly elsewhere. Being unfamiliar with this package, I've chosen the former.
I think this can be closed, @dmjacobsen if you see this issue off the current develop branch (1.6.5) please re-open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Cannot start
canu
with no arguments in a docker container built on thedevelop
orrelease-1.1.4
branch. The program generates a pair of exceptions indicating an incompatbility between nornir and dataclasses.canu Version
Found this on the
develop
andrelease-1.1.4
branches. Did not try other branches. Bug prevents program from running, so did not attemptcanu --version
.To Reproduce
Steps to reproduce the behavior:
Then you'll see the errors.
Expected behavior
Not crashing and failing and spewing errors.
The text was updated successfully, but these errors were encountered: