DataShades / ckan-galleries

A package of extensions for the CKAN open data platform for storing and referencing image and video assets.
Other
3 stars 2 forks source link

Version conflict for python package requests against CKAN 2.4a #2

Open florianm opened 9 years ago

florianm commented 9 years ago

CKAN 2.4a requires requests==2.3.0 while for ckan-galleries, requests>=2.4.3 is required by flickrapi and tweepy. This might be a case for upgrading CKAN's requirements.

VersionConflict: requests 2.3.0 is installed but requests>=2.4.3 is required by ['flickrapi', 'tweepy']

florianm commented 9 years ago

Also, six collides. Increasing the required versions in ckan's requirements works on my end.

florianm commented 9 years ago

As per ckan issue #2470, version requirements to requests and six will not be updated for the 2.4 release. This means that the conflict will persist until ckan release 2.5, and resolutions requires a manual edit of ckan's requirements.txt.