2021-07-09T10:03:09,329 Created temporary directory: /tmp/pip-ephem-wheel-cache-79yd1srb 2021-07-09T10:03:09,332 Created temporary directory: /tmp/pip-req-tracker-_amn4_rn 2021-07-09T10:03:09,332 Initialized build tracking at /tmp/pip-req-tracker-_amn4_rn 2021-07-09T10:03:09,332 Created build tracker: /tmp/pip-req-tracker-_amn4_rn 2021-07-09T10:03:09,332 Entered build tracker: /tmp/pip-req-tracker-_amn4_rn 2021-07-09T10:03:09,333 Created temporary directory: /tmp/pip-wheel-4bo2gtnt 2021-07-09T10:03:09,368 1 location(s) to search for versions of smpp-pdu: 2021-07-09T10:03:09,368 * https://pypi.org/simple/smpp-pdu/ 2021-07-09T10:03:09,369 Fetching project page and analyzing links: https://pypi.org/simple/smpp-pdu/ 2021-07-09T10:03:09,369 Getting page https://pypi.org/simple/smpp-pdu/ 2021-07-09T10:03:09,371 Found index url https://pypi.org/simple 2021-07-09T10:03:09,465 Found link https://files.pythonhosted.org/packages/19/6b/5a493687d2847c3e0a27d370289e0a8a512d11651ae0b9fcb1a538920c96/smpp.pdu-0.2.tar.gz#sha256=b62e2b229edbb309e8d4c30dcffa0efb347c6c823cb9e44a0f82b25f2386c222 (from https://pypi.org/simple/smpp-pdu/), version: 0.2 2021-07-09T10:03:09,466 Found link https://files.pythonhosted.org/packages/61/ec/fa1ca23d21f03a3b6d07f23735a16f22c91cb1d725c7a8d1650bc8b908ce/smpp.pdu-0.3.tar.gz#sha256=9a4fba688f88aaf70ace5b91ea53a1018b4f707a7ac41e73af92dd585e32d35d (from https://pypi.org/simple/smpp-pdu/), version: 0.3 2021-07-09T10:03:09,466 Skipping link: not a file: https://pypi.org/simple/smpp-pdu/ 2021-07-09T10:03:09,482 Given no hashes to check 1 links for project 'smpp-pdu': discarding no candidates 2021-07-09T10:03:09,500 Collecting smpp-pdu==0.3 2021-07-09T10:03:09,501 Created temporary directory: /tmp/pip-unpack-6w64tpto 2021-07-09T10:03:09,677 Downloading smpp.pdu-0.3.tar.gz (31 kB) 2021-07-09T10:03:09,773 Added smpp-pdu==0.3 from https://files.pythonhosted.org/packages/61/ec/fa1ca23d21f03a3b6d07f23735a16f22c91cb1d725c7a8d1650bc8b908ce/smpp.pdu-0.3.tar.gz#sha256=9a4fba688f88aaf70ace5b91ea53a1018b4f707a7ac41e73af92dd585e32d35d to build tracker '/tmp/pip-req-tracker-_amn4_rn' 2021-07-09T10:03:09,774 Running setup.py (path:/tmp/pip-wheel-4bo2gtnt/smpp-pdu_f6bf2ec7d2b14adda653cd194c10a270/setup.py) egg_info for package smpp-pdu 2021-07-09T10:03:09,774 Created temporary directory: /tmp/pip-pip-egg-info-6lildir2 2021-07-09T10:03:09,775 Running command python setup.py egg_info 2021-07-09T10:03:10,420 Traceback (most recent call last): 2021-07-09T10:03:10,421 File "", line 1, in 2021-07-09T10:03:10,421 File "/tmp/pip-wheel-4bo2gtnt/smpp-pdu_f6bf2ec7d2b14adda653cd194c10a270/setup.py", line 14, in 2021-07-09T10:03:10,421 long_description=resource_string(__name__, 'README.markdown'), 2021-07-09T10:03:10,422 File "/usr/local/lib/python3.9/dist-packages/pkg_resources/__init__.py", line 1142, in resource_string 2021-07-09T10:03:10,422 return get_provider(package_or_requirement).get_resource_string( 2021-07-09T10:03:10,422 File "/usr/local/lib/python3.9/dist-packages/pkg_resources/__init__.py", line 1388, in get_resource_string 2021-07-09T10:03:10,423 return self._get(self._fn(self.module_path, resource_name)) 2021-07-09T10:03:10,424 File "/usr/local/lib/python3.9/dist-packages/pkg_resources/__init__.py", line 1556, in _get 2021-07-09T10:03:10,425 raise NotImplementedError( 2021-07-09T10:03:10,425 NotImplementedError: Can't perform this operation for loaders without 'get_data()' 2021-07-09T10:03:10,475 WARNING: Discarding https://files.pythonhosted.org/packages/61/ec/fa1ca23d21f03a3b6d07f23735a16f22c91cb1d725c7a8d1650bc8b908ce/smpp.pdu-0.3.tar.gz#sha256=9a4fba688f88aaf70ace5b91ea53a1018b4f707a7ac41e73af92dd585e32d35d (from https://pypi.org/simple/smpp-pdu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T10:03:10,476 ERROR: Could not find a version that satisfies the requirement smpp-pdu==0.3 (from versions: 0.2, 0.3) 2021-07-09T10:03:10,476 ERROR: No matching distribution found for smpp-pdu==0.3 2021-07-09T10:03:10,477 Exception information: 2021-07-09T10:03:10,477 Traceback (most recent call last): 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T10:03:10,477 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T10:03:10,477 raise RequirementsConflicted(criterion) 2021-07-09T10:03:10,477 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('smpp-pdu==0.3') 2021-07-09T10:03:10,477 2021-07-09T10:03:10,477 During handling of the above exception, another exception occurred: 2021-07-09T10:03:10,477 2021-07-09T10:03:10,477 Traceback (most recent call last): 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T10:03:10,477 result = self._result = resolver.resolve( 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T10:03:10,477 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T10:03:10,477 raise ResolutionImpossible(e.criterion.information) 2021-07-09T10:03:10,477 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('smpp-pdu==0.3'), parent=None)] 2021-07-09T10:03:10,477 2021-07-09T10:03:10,477 The above exception was the direct cause of the following exception: 2021-07-09T10:03:10,477 2021-07-09T10:03:10,477 Traceback (most recent call last): 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T10:03:10,477 status = self.run(options, args) 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T10:03:10,477 return func(self, options, args) 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T10:03:10,477 requirement_set = resolver.resolve( 2021-07-09T10:03:10,477 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T10:03:10,477 raise error from e 2021-07-09T10:03:10,477 pip._internal.exceptions.DistributionNotFound: No matching distribution found for smpp-pdu==0.3 2021-07-09T10:03:10,481 Removed smpp-pdu==0.3 from https://files.pythonhosted.org/packages/61/ec/fa1ca23d21f03a3b6d07f23735a16f22c91cb1d725c7a8d1650bc8b908ce/smpp.pdu-0.3.tar.gz#sha256=9a4fba688f88aaf70ace5b91ea53a1018b4f707a7ac41e73af92dd585e32d35d from build tracker '/tmp/pip-req-tracker-_amn4_rn' 2021-07-09T10:03:10,482 Removed build tracker: '/tmp/pip-req-tracker-_amn4_rn'