You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.txt
How can I solve the issue?
It is safe to pump up numpy's version?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to use this library with docker but this error raises on the installation process:
This is my Docker file for reference:
How can I solve the issue?
It is safe to pump up numpy's version?
Thanks
The text was updated successfully, but these errors were encountered: