download_audioset icon indicating copy to clipboard operation
download_audioset copied to clipboard

Facing an Error Whilst Downloading

Open hasnainnaeem opened this issue 5 years ago • 3 comments

Greetings, I'm facing an issue when I start downloading the data. This is the error I get:

hasnain@Hasnain:/mnt/d/Internship/Codes/New/download_audioset$ python3 as_download.py

  1,146,880 Bytes [85.11%] received. Rate: [  34 KB/s].  ETA: [6 secs]
no urls,566 Bytes [100.00%] received. Rate: [  32 KB/s].  ETA: [0 secs]
**Traceback (most recent call last):
  File "as_download.py", line 224, in <module>
    print('copying file to %s'%(newdir+snippedfile))
NameError: name 'snippedfile' is not defined**

I'm running it on Ubuntu subsystem on Windows 10. Do you think it is the cause of the error? I made sure all the libraries were installed by running setup.py multiple times.

hasnainnaeem avatar Jul 30 '19 02:07 hasnainnaeem

I'm similarly seeing this on macOS

narner avatar Sep 17 '19 22:09 narner

I am also facing this issue, any resolution?

piperwolters avatar Mar 07 '20 16:03 piperwolters

use as_download_unbalanced.py

newbeepi avatar Nov 29 '20 12:11 newbeepi