Open neelasha23 opened 2 years ago
great catch! Want to submit a PR? Make sure we're avoiding adding a new package dependency since the graph is already quite heavy
Sure! I can take a look if there's some other way. The above change required a dependency of py7zr
hi, thanks for reporting this! This is an issue with conda
, sometimes it fails to find the appropriate package. If you can find a simple way to replace the package for something that's easier to install that'd be great. Alternatively, re-writing the example might be better.
When I wrote the initial example, I made the mistake of using a dataset that has this weird 7z compression. But we could really use any dataset, as long as the example stays the same: download data from the internet, upload it to a db, process it with SQL, and then have some python for visualization.
On running this pipeline: https://github.com/ploomber/projects/tree/master/templates/etl , got the following error:
Fixed it by replacing
extractall
in preprocess/download.py by :