2021-07-08T22:57:58,872 Created temporary directory: /tmp/pip-ephem-wheel-cache-yr5ts73m 2021-07-08T22:57:58,875 Created temporary directory: /tmp/pip-req-tracker-amq1_jgq 2021-07-08T22:57:58,875 Initialized build tracking at /tmp/pip-req-tracker-amq1_jgq 2021-07-08T22:57:58,875 Created build tracker: /tmp/pip-req-tracker-amq1_jgq 2021-07-08T22:57:58,876 Entered build tracker: /tmp/pip-req-tracker-amq1_jgq 2021-07-08T22:57:58,876 Created temporary directory: /tmp/pip-wheel-_zp3dfo_ 2021-07-08T22:57:58,909 1 location(s) to search for versions of cinesync: 2021-07-08T22:57:58,909 * https://pypi.org/simple/cinesync/ 2021-07-08T22:57:58,910 Fetching project page and analyzing links: https://pypi.org/simple/cinesync/ 2021-07-08T22:57:58,910 Getting page https://pypi.org/simple/cinesync/ 2021-07-08T22:57:58,912 Found index url https://pypi.org/simple 2021-07-08T22:57:59,222 Found link https://files.pythonhosted.org/packages/2f/09/2fcba6e581ecc6cda48c5487012ad00e7d64fa07dad5c7c40ac39491bd07/cinesync-1.0.tar.gz#sha256=f3f31e17103f7f15d26314076667137abc3f86b5d02b090461fca1a0f6869c20 (from https://pypi.org/simple/cinesync/), version: 1.0 2021-07-08T22:57:59,223 Skipping link: not a file: https://pypi.org/simple/cinesync/ 2021-07-08T22:57:59,239 Given no hashes to check 1 links for project 'cinesync': discarding no candidates 2021-07-08T22:57:59,256 Collecting cinesync==1.0 2021-07-08T22:57:59,258 Created temporary directory: /tmp/pip-unpack-yndusocj 2021-07-08T22:57:59,465 Downloading cinesync-1.0.tar.gz (59 kB) 2021-07-08T22:57:59,550 Added cinesync==1.0 from https://files.pythonhosted.org/packages/2f/09/2fcba6e581ecc6cda48c5487012ad00e7d64fa07dad5c7c40ac39491bd07/cinesync-1.0.tar.gz#sha256=f3f31e17103f7f15d26314076667137abc3f86b5d02b090461fca1a0f6869c20 to build tracker '/tmp/pip-req-tracker-amq1_jgq' 2021-07-08T22:57:59,552 Running setup.py (path:/tmp/pip-wheel-_zp3dfo_/cinesync_d625b09104d64ee791ae01d3c1ed38e7/setup.py) egg_info for package cinesync 2021-07-08T22:57:59,552 Created temporary directory: /tmp/pip-pip-egg-info-y64jiws1 2021-07-08T22:57:59,553 Running command python setup.py egg_info 2021-07-08T22:58:00,179 Traceback (most recent call last): 2021-07-08T22:58:00,180 File "", line 1, in 2021-07-08T22:58:00,180 File "/tmp/pip-wheel-_zp3dfo_/cinesync_d625b09104d64ee791ae01d3c1ed38e7/setup.py", line 6, in 2021-07-08T22:58:00,181 import paver.tasks 2021-07-08T22:58:00,181 File "", line 1007, in _find_and_load 2021-07-08T22:58:00,181 File "", line 982, in _find_and_load_unlocked 2021-07-08T22:58:00,181 File "", line 925, in _find_spec 2021-07-08T22:58:00,181 File "", line 1349, in find_spec 2021-07-08T22:58:00,182 File "", line 1323, in _get_spec 2021-07-08T22:58:00,182 File "", line 1304, in _legacy_get_spec 2021-07-08T22:58:00,182 File "", line 423, in spec_from_loader 2021-07-08T22:58:00,182 File "", line 656, in spec_from_file_location 2021-07-08T22:58:00,183 File "", line 191, in get_filename 2021-07-08T22:58:00,183 File "", line 713, in _get_module_code 2021-07-08T22:58:00,183 File "", line 647, in _compile_source 2021-07-08T22:58:00,184 File "paver-minilib.zip/paver/tasks.py", line 68 2021-07-08T22:58:00,184 print output 2021-07-08T22:58:00,184 ^ 2021-07-08T22:58:00,184 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(output)? 2021-07-08T22:58:00,234 WARNING: Discarding https://files.pythonhosted.org/packages/2f/09/2fcba6e581ecc6cda48c5487012ad00e7d64fa07dad5c7c40ac39491bd07/cinesync-1.0.tar.gz#sha256=f3f31e17103f7f15d26314076667137abc3f86b5d02b090461fca1a0f6869c20 (from https://pypi.org/simple/cinesync/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T22:58:00,235 ERROR: Could not find a version that satisfies the requirement cinesync==1.0 (from versions: 1.0) 2021-07-08T22:58:00,236 ERROR: No matching distribution found for cinesync==1.0 2021-07-08T22:58:00,236 Exception information: 2021-07-08T22:58:00,236 Traceback (most recent call last): 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T22:58:00,236 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T22:58:00,236 raise RequirementsConflicted(criterion) 2021-07-08T22:58:00,236 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cinesync==1.0') 2021-07-08T22:58:00,236 2021-07-08T22:58:00,236 During handling of the above exception, another exception occurred: 2021-07-08T22:58:00,236 2021-07-08T22:58:00,236 Traceback (most recent call last): 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T22:58:00,236 result = self._result = resolver.resolve( 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T22:58:00,236 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T22:58:00,236 raise ResolutionImpossible(e.criterion.information) 2021-07-08T22:58:00,236 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cinesync==1.0'), parent=None)] 2021-07-08T22:58:00,236 2021-07-08T22:58:00,236 The above exception was the direct cause of the following exception: 2021-07-08T22:58:00,236 2021-07-08T22:58:00,236 Traceback (most recent call last): 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T22:58:00,236 status = self.run(options, args) 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T22:58:00,236 return func(self, options, args) 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T22:58:00,236 requirement_set = resolver.resolve( 2021-07-08T22:58:00,236 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T22:58:00,236 raise error from e 2021-07-08T22:58:00,236 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cinesync==1.0 2021-07-08T22:58:00,241 Removed cinesync==1.0 from https://files.pythonhosted.org/packages/2f/09/2fcba6e581ecc6cda48c5487012ad00e7d64fa07dad5c7c40ac39491bd07/cinesync-1.0.tar.gz#sha256=f3f31e17103f7f15d26314076667137abc3f86b5d02b090461fca1a0f6869c20 from build tracker '/tmp/pip-req-tracker-amq1_jgq' 2021-07-08T22:58:00,241 Removed build tracker: '/tmp/pip-req-tracker-amq1_jgq'