Closed lpla closed 3 years ago
there you go
@ZJaume it is likely that joblib
needs version bump too. I updated the issue with more info
done! :smile:
Tested with a clean install of bicleaner using pip3 install ./bicleaner
and worked perfectly on Fedora 34. Thank you!
Hi. I tried to install
bicleaner
in Fedora 34 (Python 3.9.6) and got this error:Manually upgrading to
scipy==1.7.1
in requirements.txt and reinstalling bicleaner fixed it, at least for my Bitextor tests. Please, bump scipy version if there is no other regression or side effect with that.EDIT: seems like joblib also needs to be updated to make training work. Tried running
bicleaner-train
in Bitextor and it crashed until I updated joblib to 1.0.1. Logs:Thank you.