hackalog / easydata

A flexible template for doing reproducible data science in Python.
MIT License
105 stars 22 forks source link

Lockfile issue in Bus_number Tutorial #260

Closed wdonno closed 4 months ago

wdonno commented 4 months ago

Installing Easydata in Ubuntu 22,04 under WSL2 and received an error when running bus_number tutorial. Question: Fixed as described below, but are there likely any other fixes needed to stop it recurring in a new environment?

Issue: Lockfile was created as environment.lock. error: EnvironmentFileExtensionNotValid: '/home/xxxx/easydata/bus_number_tutorial/environment.lock' file extension must be one of '.txt', '.yaml' or '.yml'

fixed by changing file name in "/easydata/bus_number_tutorial" folder: from "environment.lock" to "environment.lock.yml" AND changing all references to in "easydata/bus_number_tutorial/Makefile" from "environment.lock" to "environment.lock.yml"

Any feedback would be gratefully received!

Best wishes, Bill.