At some point I installed the dev version of HASS without using an environment, and then deleted the files without cleaning up. Now I get the error below and am unsure how to fix?
pip3 uninstall homeassistant
Exception:
Traceback (most recent call last):
File "/Users/robincole/anaconda3/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/Users/robincole/anaconda3/lib/python3.5/site-packages/pip/commands/uninstall.py", line 76, in run
requirement_set.uninstall(auto_confirm=options.yes)
File "/Users/robincole/anaconda3/lib/python3.5/site-packages/pip/req/req_set.py", line 346, in uninstall
req.uninstall(auto_confirm=auto_confirm)
File "/Users/robincole/anaconda3/lib/python3.5/site-packages/pip/req/req_install.py", line 703, in uninstall
'(at %s)' % (link_pointer, self.name, dist.location)
AssertionError: Egg-link /Users/robincole/.Trash/home-assistant does not match installed location of homeassistant (at /Users/robincole/Documents/Github/home-assistant)