moj-analytical-services / etl_manager

A python package to create a database on the platform using our moj data warehousing framework
21 stars 8 forks source link

Build problems #108

Closed RobinL closed 4 years ago

RobinL commented 4 years ago

If you try and install etl manager using either

pip install git+git://github.com/moj-analytical-services/etl_manager.git#egg=etl_manager

or git clone and pip install .

you now get the error:

ERROR: Some build dependencies for etl_manager from git+git://github.com/moj-analytical-services/etl_manager.git#egg=etl_manager conflict with the backend dependencies: jsonschema==3.1.1 is incompatible with jsonschema<3.1.0,>=3.0.0.

And further errors with incompatibilities with awscli as well.

I think we need to delete requirements.txt and relax some of the requirements in toml.

isichei commented 4 years ago

@RobinL did this fix?