2021-07-09T04:55:32,887 Created temporary directory: /tmp/pip-ephem-wheel-cache-9mgd0bwi 2021-07-09T04:55:32,891 Created temporary directory: /tmp/pip-req-tracker-rurh6ln6 2021-07-09T04:55:32,891 Initialized build tracking at /tmp/pip-req-tracker-rurh6ln6 2021-07-09T04:55:32,891 Created build tracker: /tmp/pip-req-tracker-rurh6ln6 2021-07-09T04:55:32,891 Entered build tracker: /tmp/pip-req-tracker-rurh6ln6 2021-07-09T04:55:32,892 Created temporary directory: /tmp/pip-wheel-zpczgcir 2021-07-09T04:55:32,925 1 location(s) to search for versions of django4facebook: 2021-07-09T04:55:32,925 * https://pypi.org/simple/django4facebook/ 2021-07-09T04:55:32,925 Fetching project page and analyzing links: https://pypi.org/simple/django4facebook/ 2021-07-09T04:55:32,926 Getting page https://pypi.org/simple/django4facebook/ 2021-07-09T04:55:32,927 Found index url https://pypi.org/simple 2021-07-09T04:55:33,103 Found link https://files.pythonhosted.org/packages/8e/ef/a4f747d89239d196c67047b2b45f433ec9ed3f5e2c998aeb9fbd67f218ae/django4facebook-0.1.0.tar.gz#sha256=025b883b69e5a3c6766208194569db58be5a40b3913cc42fc7868a0e774f4c8c (from https://pypi.org/simple/django4facebook/), version: 0.1.0 2021-07-09T04:55:33,104 Skipping link: not a file: https://pypi.org/simple/django4facebook/ 2021-07-09T04:55:33,120 Given no hashes to check 1 links for project 'django4facebook': discarding no candidates 2021-07-09T04:55:33,137 Collecting django4facebook==0.1.0 2021-07-09T04:55:33,138 Created temporary directory: /tmp/pip-unpack-t192gstz 2021-07-09T04:55:33,313 Downloading django4facebook-0.1.0.tar.gz (7.0 kB) 2021-07-09T04:55:33,371 Added django4facebook==0.1.0 from https://files.pythonhosted.org/packages/8e/ef/a4f747d89239d196c67047b2b45f433ec9ed3f5e2c998aeb9fbd67f218ae/django4facebook-0.1.0.tar.gz#sha256=025b883b69e5a3c6766208194569db58be5a40b3913cc42fc7868a0e774f4c8c to build tracker '/tmp/pip-req-tracker-rurh6ln6' 2021-07-09T04:55:33,372 Running setup.py (path:/tmp/pip-wheel-zpczgcir/django4facebook_e7d707ee4a914631abbebb3202d4abf3/setup.py) egg_info for package django4facebook 2021-07-09T04:55:33,373 Created temporary directory: /tmp/pip-pip-egg-info-fprgst5v 2021-07-09T04:55:33,373 Running command python setup.py egg_info 2021-07-09T04:55:34,029 Traceback (most recent call last): 2021-07-09T04:55:34,030 File "", line 1, in 2021-07-09T04:55:34,030 File "/tmp/pip-wheel-zpczgcir/django4facebook_e7d707ee4a914631abbebb3202d4abf3/setup.py", line 7, in 2021-07-09T04:55:34,031 long_description=open('README.md').read(), 2021-07-09T04:55:34,031 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-09T04:55:34,080 WARNING: Discarding https://files.pythonhosted.org/packages/8e/ef/a4f747d89239d196c67047b2b45f433ec9ed3f5e2c998aeb9fbd67f218ae/django4facebook-0.1.0.tar.gz#sha256=025b883b69e5a3c6766208194569db58be5a40b3913cc42fc7868a0e774f4c8c (from https://pypi.org/simple/django4facebook/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T04:55:34,081 ERROR: Could not find a version that satisfies the requirement django4facebook==0.1.0 (from versions: 0.1.0) 2021-07-09T04:55:34,082 ERROR: No matching distribution found for django4facebook==0.1.0 2021-07-09T04:55:34,082 Exception information: 2021-07-09T04:55:34,082 Traceback (most recent call last): 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T04:55:34,082 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T04:55:34,082 raise RequirementsConflicted(criterion) 2021-07-09T04:55:34,082 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django4facebook==0.1.0') 2021-07-09T04:55:34,082 2021-07-09T04:55:34,082 During handling of the above exception, another exception occurred: 2021-07-09T04:55:34,082 2021-07-09T04:55:34,082 Traceback (most recent call last): 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T04:55:34,082 result = self._result = resolver.resolve( 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T04:55:34,082 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T04:55:34,082 raise ResolutionImpossible(e.criterion.information) 2021-07-09T04:55:34,082 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django4facebook==0.1.0'), parent=None)] 2021-07-09T04:55:34,082 2021-07-09T04:55:34,082 The above exception was the direct cause of the following exception: 2021-07-09T04:55:34,082 2021-07-09T04:55:34,082 Traceback (most recent call last): 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T04:55:34,082 status = self.run(options, args) 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T04:55:34,082 return func(self, options, args) 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T04:55:34,082 requirement_set = resolver.resolve( 2021-07-09T04:55:34,082 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T04:55:34,082 raise error from e 2021-07-09T04:55:34,082 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django4facebook==0.1.0 2021-07-09T04:55:34,087 Removed django4facebook==0.1.0 from https://files.pythonhosted.org/packages/8e/ef/a4f747d89239d196c67047b2b45f433ec9ed3f5e2c998aeb9fbd67f218ae/django4facebook-0.1.0.tar.gz#sha256=025b883b69e5a3c6766208194569db58be5a40b3913cc42fc7868a0e774f4c8c from build tracker '/tmp/pip-req-tracker-rurh6ln6' 2021-07-09T04:55:34,087 Removed build tracker: '/tmp/pip-req-tracker-rurh6ln6'