Error occurs when loading datasets, seems a gzip error
train = moses.get_dataset('train') the error shows: Not a gzipped file (b've') Seems a quite basic question but I just can't figure it out.
Have you solved it?
Have you solved it?
nope, I give up on this package..
Have you checked the integrity of the file? I just solve it.
Hi all, Insilico team will review this issue. We'll keep you posted
Have you solved it?
It's fine now
I met the same error. Could you please tell me how you solved it? Thank you in advance.
Have you checked the integrity of the file? I just solve it.
Hi, I met the same error. Could you please explain the solution in more details? Thank you!
Have you checked the integrity of the file? I just solve it.
Hi, I am also having the same issue. Would it be possible to explain how did you manage to solve the issue? Kind regards.
Anyone solved this and would like to share how they did? I seem to have an issues also with moses.datasets.get_statistics and I am thinking it could be related
Anyone solved this and would like to share how they did? I seem to have an issues also with moses.datasets.get_statistics and I am thinking it could be related
If anyone else stumbles upon this problem now, I had installed by cloning the repo and running python setup.py install, and by replacing the files in moses/dataset/data with files that I had on another system where the package didn't give this error and rerunning the installation script solved my problem