How to uninstall pymodbus3?
Gim6626 opened this issue · 2 comments
Gim6626 commented
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.
kierun commented
Try: sudo pip uninstall pymodbus3
as it should work.
shobha-maurya commented
no it's not working