PecanProject / BETYdb-YABA

Yet Another BETYdb API (for metadata upload)
BSD 3-Clause "New" or "Revised" License
5 stars 18 forks source link

Missing JsonSchema module #80

Closed eshantri closed 3 years ago

eshantri commented 3 years ago

Screenshot from 2021-02-28 23-58-01

Upon running the yaba_api_1 container in my local machine I found that the following error pops up and causes the yaba_api_1 container to exit with code 1. The only fix that seems to work is by writing jsonschema==3.2.0 in the app/requirements.txt file, though it gives the following warning- Screenshot from 2021-03-01 10-41-14

dlebauer commented 3 years ago

@eshantri thank you for reporting this problem ... were you running this using docker or on your regular operating system?

eshantri commented 3 years ago

@dlebauer I was running this using docker,as per the steps mentioned in the documentation.

eshantri commented 3 years ago

81 Fixes the error