Can't hash unicode data
Closed this issue · 0 comments
TylerFisher commented
File "/Users/tylerfisher/.virtualenvs/amazon-data/lib/python2.7/site-packages/proof/analysis.py", line 133, in then
_trace=self._trace
File "/Users/tylerfisher/.virtualenvs/amazon-data/lib/python2.7/site-packages/proof/analysis.py", line 92, in __init__
self._cache_path = os.path.join(self._cache_dir, '%s.cache' % self._fingerprint())
File "/Users/tylerfisher/.virtualenvs/amazon-data/lib/python2.7/site-packages/proof/analysis.py", line 108, in _fingerprint
hasher.update(source.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 106: ordinal not in range(128)