Skip to content

Dependencies version conflict #2

@Garito

Description

@Garito

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions