We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "G:\isl\recogniseGesture.py", line 66, in clustering_model = pickle.load(open('mini_kmeans_model.sav', 'rb')) File "C:\Python27\lib\pickle.py", line 1384, in load return Unpickler(file).load() File "C:\Python27\lib\pickle.py", line 864, in load dispatchkey File "C:\Python27\lib\pickle.py", line 892, in load_proto raise ValueError, "unsupported pickle protocol: %d" % proto ValueError: unsupported pickle protocol: 3
The text was updated successfully, but these errors were encountered:
Did you get the solution for this error?
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "G:\isl\recogniseGesture.py", line 66, in
clustering_model = pickle.load(open('mini_kmeans_model.sav', 'rb'))
File "C:\Python27\lib\pickle.py", line 1384, in load
return Unpickler(file).load()
File "C:\Python27\lib\pickle.py", line 864, in load
dispatchkey
File "C:\Python27\lib\pickle.py", line 892, in load_proto
raise ValueError, "unsupported pickle protocol: %d" % proto
ValueError: unsupported pickle protocol: 3
The text was updated successfully, but these errors were encountered: