wstat.py: invalid literal for int() with base 10: '0rc1'
Closed this issue · 2 comments
mzechmeister commented
The ValueError
rises in:
Line 7 in 2cb69bf
Similar issue was reported in
mher/flower#791
See also:
https://stackoverflow.com/questions/11887762/how-do-i-compare-version-numbers-in-python/11887885#11887885
mzechmeister commented
As a quick hack one could replace the line simply with
einsum_bug = False
The actual numpy version is 1.15.0. So version 1.7.0 seems rather old and this check might be removed completely.
mzechmeister commented