Problems after upgrading from 4.0.1
Closed this issue · 0 comments
xlcnd commented
After upgrading from 4.0.1 to 4.0.2, in some cases, isbntools
stop work!
Solution
- try
pip uninstall isbntools
(orsudo pip uninstall isbntools
) and reinstallisbntools
. - if the above doesn't work, try to see where python has installed
isbntools
and delete all files
isbntools*
and the directoryisbntools
. Reinstallisbntools
again.
This should solve the problem :)