soundata
soundata copied to clipboard
test fail on GCP conda environment
google cloud computing instance with Debian installed. cloned and installed the packages in a conda env using the contributing steps tests fail due to zip not being installed on the machine line 176 in download_utils.py : subprocess.run(["zip", "-s", "0", zip_path, "--out", out_path]) Error message in tests: E FileNotFoundError: [Errno 2] No such file or directory: 'zip' Stack: tests/test_download_utils.py:380:
soundata/download_utils.py:102: in downloader download_multipart_zip( soundata/download_utils.py:176: in download_multipart_zip subprocess.run(["zip", "-s", "0", zip_path, "--out", out_path]) ../../miniconda3/envs/soundata/lib/python3.8/subprocess.py:493: in run with Popen(*popenargs, **kwargs) as process: ../../miniconda3/envs/soundata/lib/python3.8/subprocess.py:858: in init self._execute_child(args, executable, preexec_fn, close_fds,