I got an error here:
db = pkl.load(open("dataset.pkl", "rb"))
Had to run the dos2unix.py to format the pkl file. Maybe you can add dos2unix file to the project. It's listed a couple posts down:
https://stackoverflow.com/questions/45368255/error-in-loading-pickle
I got an error here:
db = pkl.load(open("dataset.pkl", "rb"))Had to run the dos2unix.py to format the pkl file. Maybe you can add dos2unix file to the project. It's listed a couple posts down:
https://stackoverflow.com/questions/45368255/error-in-loading-pickle