Closed astronomeralex closed 10 years ago
@astronomeralex this happens if you have been using HOPE with Python 3 and then with Python 2. Could you try to remove the HOPE cache by deleting the .hope
folder and then to rerun your test?
@cosmo-ethz thanks! it works now. is it worth me trying to add to the code so this doesn't happen for other folks?
@astronomeralex I think it would be fairly easy to surround it with a try-except block. However, it’s a bit questionable how likely it is that somebody is switching back and forth between two Python version (except if testing something).
I'm using hope 0.3.1 (upgraded today), anaconda python2.7 on Mac 10.9.5 with clang 3.4.
When I try to follow the very simple example of the sum function using hope in ipython 2.2.0, I get this error.