Open stollcri opened 4 years ago
Are the changes compatible with older MacOS versions ?
Yes, they should be, but I can only test on the most current version
okay, I would test on some of them before merging. Thanks for the contribution.
Helo @stollcri , @manishs17,
I've had problems building the image via Docker with:
FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'
[...]
ERROR: Failed building wheel for llvmlite
It was solved by changing python:3-5-slim
to python:3.6-slim
in the Dockerfile, as it's stated in installation instructions (Python 3.6).
I don't know if this is related, but could work.
Regards.
docker-compose build
from working (on MacOS Catalina)