I have been having problems with roku installing since its release
it gives a pip error of: /home/pi/.homeassistant/deps/requests/requests already exists
pip log:
Downloading/unpacking requests>=2.1.0 (from roku==3.0)
Getting page https://pypi.python.org/simple/requests/
URLs to search for versions for requests>=2.1.0 (from roku==3.0):
…
Successfully installed requests six roku
Cleaning up…
Exception:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/pip/basecommand.py”, line 122, in main
status = self.run(options, args)
File “/usr/lib/python3/dist-packages/pip/commands/install.py”, line 323, in run
os.path.join(options.target_dir, item)
File “/usr/lib/python3.4/shutil.py”, line 520, in move
raise Error(“Destination path ‘%s’ already exists” % real_dst)
shutil.Error: Destination path ‘/home/pi/.homeassistant/deps/requests/requests’ already exists
I installed manually using
pip3 install --upgrade https://github.com/bah2830/python-roku/archive/3.1.1.zip#python-roku==3.1.1
and it is successful
but HA keeps trying to install it
any thoughts?