eterey/pymodbus3

How to uninstall pymodbus3?

Gim6626 opened this issue · 2 comments

Faced same issue as in #3 , installed pymodbus3 using sudo python3 setup.py install from git clone dir and now I wonder how to uninstall it? sudo python3 setup.py uninstall returns "error: invalid command 'uninstall'". For comparison. pip has such function, and I could successfully remove old version of pymodbus3 that exists in pip repo.

Try: sudo pip uninstall pymodbus3 as it should work.

no it's not working