Hi, ran the program successfully and got 'rdf-files.tar.bz2' and 'metadata.csv' files created. They both have the data as they should respectively. But the two pickled files although got created, are empty when read. I tried:
ebookInfo = pickle.load(open("./metadata/bookshelves_ebooks_dict.pkl", "rb"))
print(ebookInfo)
and it produced {} empty dict as output. Kindly look into the matter and resolve it asap. Kindly tell me where I went wrong if I did.
I ran the program as mentioned in the read.md file and didn't add/remove any part of the coding. Thank you in advance
Hi, ran the program successfully and got 'rdf-files.tar.bz2' and 'metadata.csv' files created. They both have the data as they should respectively. But the two pickled files although got created, are empty when read. I tried:
and it produced {} empty dict as output. Kindly look into the matter and resolve it asap. Kindly tell me where I went wrong if I did.
I ran the program as mentioned in the read.md file and didn't add/remove any part of the coding. Thank you in advance