Python3 fastmin uses xrange istead of range
MMarus opened this issue · 2 comments
MMarus commented
There is no xrange in python3 therefore when using fastmin in python3 it screams about the xrange.
pmneila commented
You're absolutely right. I'm fixing that.
pmneila commented
It's done. I also uploaded the new version (1.2.8) to PyPI, so you should be able to update it with pip
. Thank you for letting me know this error.