2021-07-09T02:02:13,691 Created temporary directory: /tmp/pip-ephem-wheel-cache-6aep6yhn 2021-07-09T02:02:13,694 Created temporary directory: /tmp/pip-req-tracker-n5rfftys 2021-07-09T02:02:13,694 Initialized build tracking at /tmp/pip-req-tracker-n5rfftys 2021-07-09T02:02:13,695 Created build tracker: /tmp/pip-req-tracker-n5rfftys 2021-07-09T02:02:13,695 Entered build tracker: /tmp/pip-req-tracker-n5rfftys 2021-07-09T02:02:13,695 Created temporary directory: /tmp/pip-wheel-rcmv51ac 2021-07-09T02:02:13,729 1 location(s) to search for versions of nessus: 2021-07-09T02:02:13,729 * https://pypi.org/simple/nessus/ 2021-07-09T02:02:13,729 Fetching project page and analyzing links: https://pypi.org/simple/nessus/ 2021-07-09T02:02:13,730 Getting page https://pypi.org/simple/nessus/ 2021-07-09T02:02:13,731 Found index url https://pypi.org/simple 2021-07-09T02:02:13,911 Found link https://files.pythonhosted.org/packages/82/18/b4c1169ba74f1a020677c694af1e9c89dbb597c9de16af30496c175fec36/nessus-0.0.1.tar.gz#sha256=8d8d8594dd92381b6463a25836f24e60d874578edc1febb57f52a2edaef4a294 (from https://pypi.org/simple/nessus/), version: 0.0.1 2021-07-09T02:02:13,911 Skipping link: not a file: https://pypi.org/simple/nessus/ 2021-07-09T02:02:13,927 Given no hashes to check 1 links for project 'nessus': discarding no candidates 2021-07-09T02:02:13,944 Collecting nessus==0.0.1 2021-07-09T02:02:13,946 Created temporary directory: /tmp/pip-unpack-k6l1bg6i 2021-07-09T02:02:14,116 Downloading nessus-0.0.1.tar.gz (3.4 kB) 2021-07-09T02:02:14,372 Added nessus==0.0.1 from https://files.pythonhosted.org/packages/82/18/b4c1169ba74f1a020677c694af1e9c89dbb597c9de16af30496c175fec36/nessus-0.0.1.tar.gz#sha256=8d8d8594dd92381b6463a25836f24e60d874578edc1febb57f52a2edaef4a294 to build tracker '/tmp/pip-req-tracker-n5rfftys' 2021-07-09T02:02:14,373 Running setup.py (path:/tmp/pip-wheel-rcmv51ac/nessus_5c553650388f4edc8f63e30b65673c97/setup.py) egg_info for package nessus 2021-07-09T02:02:14,374 Created temporary directory: /tmp/pip-pip-egg-info-x9f3ka2a 2021-07-09T02:02:14,374 Running command python setup.py egg_info 2021-07-09T02:02:15,021 Traceback (most recent call last): 2021-07-09T02:02:15,022 File "", line 1, in 2021-07-09T02:02:15,022 File "/tmp/pip-wheel-rcmv51ac/nessus_5c553650388f4edc8f63e30b65673c97/setup.py", line 2, in 2021-07-09T02:02:15,023 from nessus import __version__ 2021-07-09T02:02:15,023 File "/tmp/pip-wheel-rcmv51ac/nessus_5c553650388f4edc8f63e30b65673c97/nessus/__init__.py", line 2, in 2021-07-09T02:02:15,023 from .common import NessusConnection 2021-07-09T02:02:15,023 File "/tmp/pip-wheel-rcmv51ac/nessus_5c553650388f4edc8f63e30b65673c97/nessus/common.py", line 1, in 2021-07-09T02:02:15,024 from urllib import urlencode 2021-07-09T02:02:15,024 ImportError: cannot import name 'urlencode' from 'urllib' (/usr/lib/python3.9/urllib/__init__.py) 2021-07-09T02:02:15,074 WARNING: Discarding https://files.pythonhosted.org/packages/82/18/b4c1169ba74f1a020677c694af1e9c89dbb597c9de16af30496c175fec36/nessus-0.0.1.tar.gz#sha256=8d8d8594dd92381b6463a25836f24e60d874578edc1febb57f52a2edaef4a294 (from https://pypi.org/simple/nessus/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:02:15,075 ERROR: Could not find a version that satisfies the requirement nessus==0.0.1 (from versions: 0.0.1) 2021-07-09T02:02:15,075 ERROR: No matching distribution found for nessus==0.0.1 2021-07-09T02:02:15,075 Exception information: 2021-07-09T02:02:15,075 Traceback (most recent call last): 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:02:15,075 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:02:15,075 raise RequirementsConflicted(criterion) 2021-07-09T02:02:15,075 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nessus==0.0.1') 2021-07-09T02:02:15,075 2021-07-09T02:02:15,075 During handling of the above exception, another exception occurred: 2021-07-09T02:02:15,075 2021-07-09T02:02:15,075 Traceback (most recent call last): 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:02:15,075 result = self._result = resolver.resolve( 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:02:15,075 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:02:15,075 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:02:15,075 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nessus==0.0.1'), parent=None)] 2021-07-09T02:02:15,075 2021-07-09T02:02:15,075 The above exception was the direct cause of the following exception: 2021-07-09T02:02:15,075 2021-07-09T02:02:15,075 Traceback (most recent call last): 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:02:15,075 status = self.run(options, args) 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:02:15,075 return func(self, options, args) 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:02:15,075 requirement_set = resolver.resolve( 2021-07-09T02:02:15,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:02:15,075 raise error from e 2021-07-09T02:02:15,075 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nessus==0.0.1 2021-07-09T02:02:15,080 Removed nessus==0.0.1 from https://files.pythonhosted.org/packages/82/18/b4c1169ba74f1a020677c694af1e9c89dbb597c9de16af30496c175fec36/nessus-0.0.1.tar.gz#sha256=8d8d8594dd92381b6463a25836f24e60d874578edc1febb57f52a2edaef4a294 from build tracker '/tmp/pip-req-tracker-n5rfftys' 2021-07-09T02:02:15,081 Removed build tracker: '/tmp/pip-req-tracker-n5rfftys'