datopian / ckanext-blob-storage

CKAN extension to offload blob storage to cloud storage providers (S3, GCS, Azure etc).
http://tech.datopian.com/blob-storage/
MIT License
14 stars 4 forks source link

Installing with wheels fails #63

Open gustavovalverde opened 2 years ago

gustavovalverde commented 2 years ago

The following instruction fails: RUN pip3 wheel git+https://github.com/datopian/ckanext-blob-storage@v0.8.0#egg=ckanext-blob-storage

This throws the following error:

ERROR: Could not find a version that satisfies the requirement ckanext-authz-service (from ckanext-blob-storage) (from versions: none)
ERROR: No matching distribution found for ckanext-authz-service

Example of how we're implementing it: https://github.com/opticrd/datos-portal-backend/blob/master/ckan/Dockerfile#L48

The other extensions are working just fine

gustavovalverde commented 2 years ago

cc: @rufuspollock

rufuspollock commented 2 years ago

@gustavovalverde i'm not sure why it is not finding ckanext-authz-service which is here https://github.com/datopian/ckanext-authz-service - i suspect it may be a version mismatch. Let me know if you have more info or find a resolution.