TNRIS / api.tnris.org

Django RESTful API and PostgreSQL backend database management system for maintaining and serving Texas GIO's available data and content.

Home Page:https://api.tnris.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package conflict on deployment

adambreznicky opened this issue · comments

commented

when building the docker for deployment, console reads a red warning about a botocore package conflict. this needs resolution.

`ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

boto3 1.14.24 requires botocore<1.18.0,>=1.17.24, but you'll have botocore 1.18.0 which is incompatible.`

commented

packages updated via commit 4832d43, this update included boto3 version update which no longer required the older version of botocore