vmware-archive/hillview

Misplaced gen_metadata.py and non-executable download.py

Closed this issue · 0 comments

I got this error when running install-dependencies.sh:
./install-dependencies.sh: line 75: ./gen_metadata.py: No such file or directory

This can be solved by moving gen_metadata.py from /data/metadata/differential-privacy/data/ontime_private/gen_metadata.py to /data/ontime_private/gen_metadata.py

Also, a minor issue at /data/geo/us_states/download.py. That file should have +x execution permission, otherwise it will throw this error:
./install-dependencies.sh: line 77: ./download.py: Permission denied