-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi
I'm trying to use this library with docker but this error raises on the installation process:
#8 39.21 The conflict is caused by:
#8 39.21 The user requested numpy==1.16.6
#8 39.21 kraken 2.0.8 depends on numpy
#8 39.21 langid 1.1.6 depends on numpy
#8 39.21 opencv-python 4.4.0.42 depends on numpy>=1.17.3
This is my Docker file for reference:
FROM python:3.8.5
RUN apt-get update
RUN apt-get -y install libhunspell-dev
RUN apt-get -y install libgl1-mesa-glx
RUN pip install --upgrade pip
RUN git clone https://github.com/natliblux/nautilusocr
WORKDIR ./nautilusocr
RUN pip3 install -r requirements.txtHow can I solve the issue?
It is safe to pump up numpy's version?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels