eterey / pymodbus3

A full Modbus protocol written in Python 3.
http://uzumaxy.github.io/pymodbus3/
BSD 3-Clause "New" or "Revised" License
40 stars 11 forks source link

How to uninstall pymodbus3? #8

Closed Gim6626 closed 6 years ago

Gim6626 commented 7 years ago

Faced same issue as in https://github.com/uzumaxy/pymodbus3/issues/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 6 years ago

Try: sudo pip uninstall pymodbus3 as it should work.

shobha-maurya commented 8 months ago

no it's not working