Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download the dataset #3

Open
druefena opened this issue Oct 23, 2023 · 3 comments
Open

Can't download the dataset #3

druefena opened this issue Oct 23, 2023 · 3 comments

Comments

@druefena
Copy link

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!

@SilvioGiancola
Copy link
Collaborator

Hi,

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).

It works well on my side, see screenshot attached

image

@druefena
Copy link
Author

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.

@SilvioGiancola
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants