seven23_server
seven23_server copied to clipboard
Docutils version is to high
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).
Project has been slightly neglected for quite some time 😆, many thanks for your input will spend time for a full clean up this week 👍.
I believe this has been fixed since a couple release. I will close this ticket and many thanks for contributing 🙏.