Open L0ittle opened 4 years ago
When I run the tsv.py by using the environment, there is some warning about 'No module name 'cPickle'' ,while I have found it is a failture when i try to install the 'cPickle', and it infers me that there is not required version
If you're using >Python3, you can just import pickle as cPickle, and that should solve the problem
pickle
cPickle
When I run the tsv.py by using the environment, there is some warning about 'No module name 'cPickle'' ,while I have found it is a failture when i try to install the 'cPickle', and it infers me that there is not required version