axa-group / Parsr

Transforms PDF, Documents and Images into Enriched Structured Data
Apache License 2.0
5.81k stars 310 forks source link

unable to install via pypi #474

Closed notsoprocoder closed 4 years ago

notsoprocoder commented 4 years ago

Summary The python clients appears to be unavailable on PyPi.

Steps To Reproduce Following the documentation here suggests: pip install parsr This results in the installation of an unrelated packages (despite pypi suggesting this will install the parsr client).

I have also tried: pip install parsr-client Raises: ERROR: No matching distribution found for parsr-client

Environment

Additional context Add any other context about the problem here.

dafelix42 commented 4 years ago

Hello,

We are investing it, we will come back to you about it.

Regards

dafelix42 commented 4 years ago

Hi @notsoprocoder,

Parsr-client need Python >= 3.8, < 4.0

You need first to update your Python version, then by running pip install parsr-client it should install all packages for parsr-client.

Let me know if it solve your problem,

notsoprocoder commented 4 years ago

@dafelix42 This has fixed the issue - thanks!