Closed OscarVsp closed 12 months ago
@LucasPlacentino Any idea why this happens ?
#10 5.453 × Getting requirements to build wheel did not run successfully.
bruh there's always a problem with wheel lol
Anyway, let's try to change this line back to the first one like described (we are using an Alpine docker image):
13 | #RUN pip3 install --extra-index-url https://alpine-wheels.github.io/index --no-cache-dir -r requirements.txt # if wheels dependencies build errors when using alpine
14 | >>> RUN pip3 install --no-cache-dir -r requirements.txt
I also had to upgrade PyYAML's version to 6.0.1
There is an error occurring during the automatic Docker Build during the pip installation of PyYAML, on all branch, even on the main which was correctly built before and has not been modify since.
This may be due to a change in the Docker build itself ?