Docker build fails with "ModuleNotFoundError: No module named 'skbuild'" #3197
Answered
by
sjmarotta
sjmarotta
asked this question in
Support Q&A
-
When building the AirSim docker image, it gets to the step where it calls
|
Beta Was this translation helpful? Give feedback.
Answered by
sjmarotta
Dec 8, 2020
Replies: 1 comment
-
I think I fixed it. The issue was that opencv-contrib-python needed Python 3.8 in order to work. I made some minor changes to my Dockerfile_binary. The second block in that file now looks like this:
Seems to build now, and I don't see the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonyMarino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I fixed it. The issue was that opencv-contrib-python needed Python 3.8 in order to work. I made some minor changes to my Dockerfile_binary. The second block in that file now looks like this:
Seems to build now, and I don't see the
skbuild
error anymore.