alan-turing-institute / AIrsenal

Machine learning Fantasy Premier League team
MIT License
292 stars 86 forks source link

Error on initial airsenal_run_pipeline in Docker environment #479

Closed ssmichae closed 2 years ago

ssmichae commented 2 years ago

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 commented 2 years ago

Thanks for reporting this @ssmichae . I think it was caused by a breaking change in the dateparser / regex libraries (https://github.com/scrapinghub/dateparser/pull/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).