nestauk/ojd_daps_skills

Getting Invalid config error (AWS boto config) even when setting up in local

Opened this issue · 0 comments

I followed the setting up instructions giving in the readme. After installing the library and downloading the spacy model. I am getting

 raise InvalidConfigError(
botocore.exceptions.InvalidConfigError: The profile "default" is configured to use SSO but is missing required configuration: sso_start_url, sso_region

during this import command

from ojd_daps_skills.pipeline.extract_skills.extract_skills import ExtractSkills #import the module

Can someone help me on this please?