seven23_server icon indicating copy to clipboard operation
seven23_server copied to clipboard

Docutils version is to high

Open V0lantis opened this issue 3 years ago • 1 comments

While trying to install python packages, I had the following error :

ERROR: Cannot install -r requirements.txt (line 3) and docutils==0.16 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested docutils==0.16
    botocore 1.17.16 depends on docutils<0.16 and >=0.10

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

Lowering docutils to 0.15 resolve the error (or maybe upgrading botocore).

V0lantis avatar Aug 20 '21 15:08 V0lantis

Project has been slightly neglected for quite some time 😆, many thanks for your input will spend time for a full clean up this week 👍.

sebastienbarbier avatar Aug 23 '21 07:08 sebastienbarbier

I believe this has been fixed since a couple release. I will close this ticket and many thanks for contributing 🙏.

sebastienbarbier avatar Apr 24 '23 16:04 sebastienbarbier