Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

Bugfixes for Docker and image downloading #9

Open stollcri opened 4 years ago

stollcri commented 4 years ago
manishs17 commented 4 years ago

Are the changes compatible with older MacOS versions ?

stollcri commented 4 years ago

Yes, they should be, but I can only test on the most current version

manishs17 commented 4 years ago

okay, I would test on some of them before merging. Thanks for the contribution.

claverru commented 4 years ago

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.