anuruddhakhotmail commented on issue #2572: Deploying OpenWhisk with Docker for Mac fails at apigateway.yml ansible step URL: https://github.com/apache/incubator-openwhisk/issues/2572#issuecomment-331189600 Same issue... but when I run `pip install docker-py` I get the following error trace: ~/source/whisk/incubator-openwhisk/ansible $ pip install docker-py Collecting docker-py Using cached docker_py-1.10.6-py2.py3-none-any.whl Requirement already satisfied: backports.ssl-match-hostname>=3.5; python_version < "3.5" in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Requirement already satisfied: ipaddress>=1.0.16; python_version < "3.3" in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Requirement already satisfied: docker-pycreds>=0.2.1 in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Requirement already satisfied: requests!=2.11.0,>=2.5.2 in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Requirement already satisfied: websocket-client>=0.32.0 in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Requirement already satisfied: six>=1.4.0 in /Users/rr/anaconda/lib/python2.7/site-packages (from docker-py) Installing collected packages: docker-py Exception: Traceback (most recent call last): File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run prefix=options.prefix_path, File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "/Users/rr/anaconda/lib/python2.7/site-packages/pip/wheel.py", line 323, in clobber shutil.copyfile(srcfile, destfile) File "/Users/rr/anaconda/lib/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 13] Permission denied: '/Users/rr/anaconda/lib/python2.7/site-packages/docker/__init__.py' ~/source/whisk/incubator-openwhisk/ansible $ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
