2019-06-29T19:12:51 Created temporary directory: /tmp/pip-ephem-wheel-cache-c9rr7o1_ 2019-06-29T19:12:51 Created temporary directory: /tmp/pip-req-tracker-87dmsh8f 2019-06-29T19:12:51 Created requirements tracker '/tmp/pip-req-tracker-87dmsh8f' 2019-06-29T19:12:51 Created temporary directory: /tmp/pip-wheel-wp9x4zea 2019-06-29T19:12:51 Collecting django-php-bridge==0.1.0 2019-06-29T19:12:51 1 location(s) to search for versions of django-php-bridge: 2019-06-29T19:12:51 * https://pypi.org/simple/django-php-bridge/ 2019-06-29T19:12:51 Getting page https://pypi.org/simple/django-php-bridge/ 2019-06-29T19:12:51 Analyzing links from page https://pypi.org/simple/django-php-bridge/ 2019-06-29T19:12:51 Found link https://files.pythonhosted.org/packages/29/b5/70dc7f323fb2c453e9d3dd24ff7269e9f297331eefb416d406ec54fe03c4/django-php-bridge-0.1.0.tar.gz#sha256=98c539d3dd68d20a12f867b40515f6afce0421571e9e07c0b9838e763d1bb233 (from https://pypi.org/simple/django-php-bridge/), version: 0.1.0 2019-06-29T19:12:51 Found link https://files.pythonhosted.org/packages/6a/7d/f1610dd713adf525256243d84f6b3996115f850887ff91d47b7e9bf04e80/django-php-bridge-0.1.1.tar.gz#sha256=12de64a25f261fc52991451c6deda405f27a7174f38abf556adc11281c6ca138 (from https://pypi.org/simple/django-php-bridge/), version: 0.1.1 2019-06-29T19:12:51 Using version 0.1.0 (newest of versions: 0.1.0) 2019-06-29T19:12:51 Created temporary directory: /tmp/pip-unpack-o14qy1xd 2019-06-29T19:12:51 Downloading https://files.pythonhosted.org/packages/29/b5/70dc7f323fb2c453e9d3dd24ff7269e9f297331eefb416d406ec54fe03c4/django-php-bridge-0.1.0.tar.gz 2019-06-29T19:12:51 Downloading from URL https://files.pythonhosted.org/packages/29/b5/70dc7f323fb2c453e9d3dd24ff7269e9f297331eefb416d406ec54fe03c4/django-php-bridge-0.1.0.tar.gz#sha256=98c539d3dd68d20a12f867b40515f6afce0421571e9e07c0b9838e763d1bb233 (from https://pypi.org/simple/django-php-bridge/) 2019-06-29T19:12:51 Added django-php-bridge==0.1.0 from https://files.pythonhosted.org/packages/29/b5/70dc7f323fb2c453e9d3dd24ff7269e9f297331eefb416d406ec54fe03c4/django-php-bridge-0.1.0.tar.gz#sha256=98c539d3dd68d20a12f867b40515f6afce0421571e9e07c0b9838e763d1bb233 to build tracker '/tmp/pip-req-tracker-87dmsh8f' 2019-06-29T19:12:51 Running setup.py (path:/tmp/pip-wheel-wp9x4zea/django-php-bridge/setup.py) egg_info for package django-php-bridge 2019-06-29T19:12:51 Running command python setup.py egg_info 2019-06-29T19:12:53 Traceback (most recent call last): 2019-06-29T19:12:53 File "", line 1, in 2019-06-29T19:12:53 File "/tmp/pip-wheel-wp9x4zea/django-php-bridge/setup.py", line 8, in 2019-06-29T19:12:53 long_description = codecs.open("README.rst", "r", "utf-8").read() 2019-06-29T19:12:53 File "/usr/lib/python3.7/codecs.py", line 898, in open 2019-06-29T19:12:53 file = builtins.open(filename, mode, buffering) 2019-06-29T19:12:53 FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' 2019-06-29T19:12:53 Cleaning up... 2019-06-29T19:12:53 Removing source in /tmp/pip-wheel-wp9x4zea/django-php-bridge 2019-06-29T19:12:53 Removed django-php-bridge==0.1.0 from https://files.pythonhosted.org/packages/29/b5/70dc7f323fb2c453e9d3dd24ff7269e9f297331eefb416d406ec54fe03c4/django-php-bridge-0.1.0.tar.gz#sha256=98c539d3dd68d20a12f867b40515f6afce0421571e9e07c0b9838e763d1bb233 from build tracker '/tmp/pip-req-tracker-87dmsh8f' 2019-06-29T19:12:53 Removed build tracker '/tmp/pip-req-tracker-87dmsh8f' 2019-06-29T19:12:53 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-wp9x4zea/django-php-bridge/ 2019-06-29T19:12:53 Exception information: 2019-06-29T19:12:53 Traceback (most recent call last): 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-06-29T19:12:53 status = self.run(options, args) 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-06-29T19:12:53 resolver.resolve(requirement_set) 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-06-29T19:12:53 self._resolve_one(requirement_set, req) 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-06-29T19:12:53 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-06-29T19:12:53 self.require_hashes 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-06-29T19:12:53 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-06-29T19:12:53 self.req.prepare_metadata() 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-06-29T19:12:53 self.run_egg_info() 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-06-29T19:12:53 command_desc='python setup.py egg_info') 2019-06-29T19:12:53 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-06-29T19:12:53 % (command_desc, proc.returncode, cwd)) 2019-06-29T19:12:53 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-wp9x4zea/django-php-bridge/