Anyone can help for this errors, I no idea how to fix it?
Asked
Active
Viewed 83 times
0
-
Do you have `skbuild`? – Marcin Oct 27 '20 at 07:08
-
No, I need to install that?? – TSW Oct 27 '20 at 08:14
-
The error message clearly says that skbuild is missing. – Marcin Oct 27 '20 at 08:17
-
after import, also the same errors – TSW Oct 27 '20 at 08:59
-
Can you include your full Dockerfile? My guess is you are using Alpine Linux base image, which will require you to compile from scratch. If you use better base image, it'll just download a binary package and your life will be easier: https://pythonspeed.com/articles/alpine-docker-python/ – Itamar Turner-Trauring Oct 28 '20 at 19:37