You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from SoccerNet.Downloader import SoccerNetDownloader as SNdl
mySNdl = SNdl(LocalDirectory="/path/to/data")
mySNdl.downloadDataTask(task="jersey-2023", split=["train","test","challenge"])
HTTP Error 404: Not Found
This function should download train.zip for jersey - but train.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download test.zip for jersey - but test.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download challenge.zip for jersey - but challenge.zip was not uploaded on the server yet!
Is the data still available?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Make sure you have the latest version of the pip package, and change the path of the local directory such that it does not start with the root "/" (better have a relative path than an absolute one to avoid messing up with you system).
Thanks a lot for the quick reply. I was on the latest version and the path was also set to one that exists and that I have access to. However, thanks to your screenshot, I noticed you were using python 3.10, whereas I was using python 3.9. I tried with python 3.11 now, and that works.
Note that the python 3.9 env was also a (fairly) clean environment, so I am wondering if there are any dependencies on python 3.10> that sneaked into the latest SoccernetDownloader, as I have successfully used older versions with python 3.9.
I am not 100% sure, I think it previously worked on python 3.9, and I haven't tried with the last v0.1.53. I will check and let you know. Thanks for the analysis.
Hello,
I can't download the dataset (using v 0.1.53).
from SoccerNet.Downloader import SoccerNetDownloader as SNdl
mySNdl = SNdl(LocalDirectory="/path/to/data")
mySNdl.downloadDataTask(task="jersey-2023", split=["train","test","challenge"])
HTTP Error 404: Not Found
This function should download train.zip for jersey - but train.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download test.zip for jersey - but test.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download challenge.zip for jersey - but challenge.zip was not uploaded on the server yet!
Is the data still available?
Thanks in advance!
The text was updated successfully, but these errors were encountered: