Pythondatasciencehandbook: Example: Recipe Database - !gunzip command not working

Created on 5 Apr 2017  路  3Comments  路  Source: jakevdp/PythonDataScienceHandbook

Hi,

I am trying to reproduce the code at page 184 of the book (Chapter 3).

!curl -O http://openrecipes.s3.amazonaws.com/recipeitems-latest.json.gz

!gunzip recipeitems-latest.json.gz

the second command to unzip the file gives me the error:
'gunzip' is not recognized as an internal or external command,
operable program or batch file.

How can I unzip the file?
Thanks,

Marco

All 3 comments

Actually I just saw the adderss: http://openrecipes.s3.amazonaws.com/recipeitems-latest.json.gz does not contain the correct file.

Yes, it seems that the original file was removed, so the script downloads a 404 error page (which fails on gunzip). See #62

Was this page helpful?
0 / 5 - 0 ratings

Related issues

musicus picture musicus  路  3Comments

freesinger picture freesinger  路  5Comments

sheldonpark picture sheldonpark  路  7Comments

edvakf picture edvakf  路  29Comments

CarrKnight picture CarrKnight  路  7Comments