Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on initial airsenal_run_pipeline in Docker environment #479

Closed
ssmichae opened this issue Mar 17, 2022 · 1 comment · Fixed by #480
Closed

Error on initial airsenal_run_pipeline in Docker environment #479

ssmichae opened this issue Mar 17, 2022 · 1 comment · Fixed by #480

Comments

@ssmichae
Copy link

Built docker image using: docker build -t airsenal .
Then ran container using: docker run -it --rm -v airsenal_data:/tmp/ -e "FPL_TEAM_ID=xxxxxx" airsenal airsenal_run_pipeline

image

@jack89roberts
Copy link
Contributor

Thanks for reporting this @ssmichae . I think it was caused by a breaking change in the dateparser / regex libraries (scrapinghub/dateparser#1046) - I've changed the AIrsenal dependencies to fix it. If you pull the latest version of airsenal and rebuild the container it should work now hopefully (you can also try airsenal_run_pipeline --clean if there are still issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants