Closed TZubiri closed 5 years ago
Similar issue reported last year:
It's actually exactly the same issue as in #125 - and the exact same solution.
Please install python3.6-dev
.
As I mentioned, I have already solved this error. I am wondering how to fix this for other users. This is a packaging issue, given that the Kenneth Reitz community has experience with packaging due to Pipenv, I think it would be interesting to triage this.
Building the following dockerfile:
results in the following error:
installing gcc seems to solve this error. I'm looking forward to seeing how the install process could be improved to eliminate this error, and at what point in the dependency tree (maya? regex? pip? python container? dockerfile? ) an optimal solution could be implemented.
Thank you.