sreevidyach
Results
1
issues of
sreevidyach
Getting Error FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config': 'llvm-config'
1
I am getting an error with my docker file running on Python3.7 Alpine I have successfully installed pip-21.0 Here is the docker file: FROM python:3.7-alpine COPY . /DataUtil/ WORKDIR /DataUtil...