2021-07-08T20:15:51,354 Created temporary directory: /tmp/pip-ephem-wheel-cache-6kquc5_t 2021-07-08T20:15:51,357 Created temporary directory: /tmp/pip-req-tracker-g1p0bch2 2021-07-08T20:15:51,358 Initialized build tracking at /tmp/pip-req-tracker-g1p0bch2 2021-07-08T20:15:51,358 Created build tracker: /tmp/pip-req-tracker-g1p0bch2 2021-07-08T20:15:51,358 Entered build tracker: /tmp/pip-req-tracker-g1p0bch2 2021-07-08T20:15:51,359 Created temporary directory: /tmp/pip-wheel-r0fpdk_7 2021-07-08T20:15:51,394 1 location(s) to search for versions of django-googlecharts: 2021-07-08T20:15:51,394 * https://pypi.org/simple/django-googlecharts/ 2021-07-08T20:15:51,394 Fetching project page and analyzing links: https://pypi.org/simple/django-googlecharts/ 2021-07-08T20:15:51,395 Getting page https://pypi.org/simple/django-googlecharts/ 2021-07-08T20:15:51,396 Found index url https://pypi.org/simple 2021-07-08T20:15:51,575 Found link https://files.pythonhosted.org/packages/9c/e5/93e20a63f2fd269732618f52575d6324a4ce4380eada43234a8df911c657/django-googlecharts-1.0-alpha-1.tar.gz#sha256=e3dac777d6a379412a39bcd4498f91d171ecfc13611a700816a00402a375f0ef (from https://pypi.org/simple/django-googlecharts/), version: 1.0-alpha-1 2021-07-08T20:15:51,576 Skipping link: not a file: https://pypi.org/simple/django-googlecharts/ 2021-07-08T20:15:51,592 Given no hashes to check 1 links for project 'django-googlecharts': discarding no candidates 2021-07-08T20:15:51,609 Collecting django-googlecharts==1.0-alpha-1 2021-07-08T20:15:51,611 Created temporary directory: /tmp/pip-unpack-qpzruwkf 2021-07-08T20:15:51,787 Downloading django-googlecharts-1.0-alpha-1.tar.gz (10 kB) 2021-07-08T20:15:51,848 Added django-googlecharts==1.0-alpha-1 from https://files.pythonhosted.org/packages/9c/e5/93e20a63f2fd269732618f52575d6324a4ce4380eada43234a8df911c657/django-googlecharts-1.0-alpha-1.tar.gz#sha256=e3dac777d6a379412a39bcd4498f91d171ecfc13611a700816a00402a375f0ef to build tracker '/tmp/pip-req-tracker-g1p0bch2' 2021-07-08T20:15:51,849 Running setup.py (path:/tmp/pip-wheel-r0fpdk_7/django-googlecharts_d958a1ff1475400aa4a43ef08e5c1e82/setup.py) egg_info for package django-googlecharts 2021-07-08T20:15:51,850 Created temporary directory: /tmp/pip-pip-egg-info-8239yzlb 2021-07-08T20:15:51,850 Running command python setup.py egg_info 2021-07-08T20:15:52,479 Traceback (most recent call last): 2021-07-08T20:15:52,480 File "", line 1, in 2021-07-08T20:15:52,480 File "/tmp/pip-wheel-r0fpdk_7/django-googlecharts_d958a1ff1475400aa4a43ef08e5c1e82/setup.py", line 1, in 2021-07-08T20:15:52,480 from distribute_setup import use_setuptools; use_setuptools() 2021-07-08T20:15:52,481 ModuleNotFoundError: No module named 'distribute_setup' 2021-07-08T20:15:52,531 WARNING: Discarding https://files.pythonhosted.org/packages/9c/e5/93e20a63f2fd269732618f52575d6324a4ce4380eada43234a8df911c657/django-googlecharts-1.0-alpha-1.tar.gz#sha256=e3dac777d6a379412a39bcd4498f91d171ecfc13611a700816a00402a375f0ef (from https://pypi.org/simple/django-googlecharts/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T20:15:52,532 ERROR: Could not find a version that satisfies the requirement django-googlecharts==1.0-alpha-1 (from versions: 1.0a1) 2021-07-08T20:15:52,532 ERROR: No matching distribution found for django-googlecharts==1.0-alpha-1 2021-07-08T20:15:52,533 Exception information: 2021-07-08T20:15:52,533 Traceback (most recent call last): 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T20:15:52,533 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T20:15:52,533 raise RequirementsConflicted(criterion) 2021-07-08T20:15:52,533 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-googlecharts==1.0-alpha-1') 2021-07-08T20:15:52,533 2021-07-08T20:15:52,533 During handling of the above exception, another exception occurred: 2021-07-08T20:15:52,533 2021-07-08T20:15:52,533 Traceback (most recent call last): 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T20:15:52,533 result = self._result = resolver.resolve( 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T20:15:52,533 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T20:15:52,533 raise ResolutionImpossible(e.criterion.information) 2021-07-08T20:15:52,533 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-googlecharts==1.0-alpha-1'), parent=None)] 2021-07-08T20:15:52,533 2021-07-08T20:15:52,533 The above exception was the direct cause of the following exception: 2021-07-08T20:15:52,533 2021-07-08T20:15:52,533 Traceback (most recent call last): 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T20:15:52,533 status = self.run(options, args) 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T20:15:52,533 return func(self, options, args) 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T20:15:52,533 requirement_set = resolver.resolve( 2021-07-08T20:15:52,533 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T20:15:52,533 raise error from e 2021-07-08T20:15:52,533 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-googlecharts==1.0-alpha-1 2021-07-08T20:15:52,538 Removed django-googlecharts==1.0-alpha-1 from https://files.pythonhosted.org/packages/9c/e5/93e20a63f2fd269732618f52575d6324a4ce4380eada43234a8df911c657/django-googlecharts-1.0-alpha-1.tar.gz#sha256=e3dac777d6a379412a39bcd4498f91d171ecfc13611a700816a00402a375f0ef from build tracker '/tmp/pip-req-tracker-g1p0bch2' 2021-07-08T20:15:52,538 Removed build tracker: '/tmp/pip-req-tracker-g1p0bch2'