2020-07-10T14:38:01,301 Created temporary directory: /tmp/pip-ephem-wheel-cache-2gcm5iwp 2020-07-10T14:38:01,305 Created temporary directory: /tmp/pip-req-tracker-hupa49pz 2020-07-10T14:38:01,306 Initialized build tracking at /tmp/pip-req-tracker-hupa49pz 2020-07-10T14:38:01,307 Created build tracker: /tmp/pip-req-tracker-hupa49pz 2020-07-10T14:38:01,307 Entered build tracker: /tmp/pip-req-tracker-hupa49pz 2020-07-10T14:38:01,308 Created temporary directory: /tmp/pip-wheel-aolbhuo8 2020-07-10T14:38:01,325 1 location(s) to search for versions of webnovelbot: 2020-07-10T14:38:01,325 * https://pypi.org/simple/webnovelbot/ 2020-07-10T14:38:01,326 Fetching project page and analyzing links: https://pypi.org/simple/webnovelbot/ 2020-07-10T14:38:01,327 Getting page https://pypi.org/simple/webnovelbot/ 2020-07-10T14:38:01,329 Found index url https://pypi.org/simple 2020-07-10T14:38:01,542 Skipping link: No binaries permitted for webnovelbot: https://files.pythonhosted.org/packages/7c/14/c7467f268f21ead40167e4919054ebd2a7e2a91fa560c9f69f8ca6f30779/webnovelbot-0.2.5-py3-none-any.whl#sha256=5df5c5edda3af0e58a9333a1ee873bbffc5d921daf132499fea89e366852d9e7 (from https://pypi.org/simple/webnovelbot/) (requires-python:>=3.6) 2020-07-10T14:38:01,543 Found link https://files.pythonhosted.org/packages/9a/96/12a85dc89e197d4fda2267e4b3954249c7049e68b22b67f12e3c94751c35/webnovelbot-0.2.5.tar.gz#sha256=b0d75b3e1806edaa9804f8fd190ad8b3d4b158fa7689fa742420ba449f3fde46 (from https://pypi.org/simple/webnovelbot/) (requires-python:>=3.6), version: 0.2.5 2020-07-10T14:38:01,544 Skipping link: No binaries permitted for webnovelbot: https://files.pythonhosted.org/packages/d5/3e/ba9ed74671c825de2c0cc0d82a82a34249e5fa63e56739fa566c7d81c5ed/webnovelbot-0.2.6-py3-none-any.whl#sha256=dfe5092b8c7e19237e89ed27d0054fe8ca20212fc994f02039a6ca9bac8169a2 (from https://pypi.org/simple/webnovelbot/) (requires-python:>=3.6) 2020-07-10T14:38:01,545 Found link https://files.pythonhosted.org/packages/42/ed/f44a37b9a536ebe4818d9f23af05bca6a121c09b87f00164dd4a06266826/webnovelbot-0.2.6.tar.gz#sha256=ddae8cbb3fc99ac663bb26334b3d0b302027dc1fdc4148719afaa76cfcb1e26e (from https://pypi.org/simple/webnovelbot/) (requires-python:>=3.6), version: 0.2.6 2020-07-10T14:38:01,554 Given no hashes to check 1 links for project 'webnovelbot': discarding no candidates 2020-07-10T14:38:01,556 Using version 0.2.6 (newest of versions: 0.2.6) 2020-07-10T14:38:01,562 Collecting webnovelbot==0.2.6 2020-07-10T14:38:01,566 Created temporary directory: /tmp/pip-unpack-3s5l3ay2 2020-07-10T14:38:01,776 Downloading webnovelbot-0.2.6.tar.gz (15 kB) 2020-07-10T14:38:01,989 Added webnovelbot==0.2.6 from https://files.pythonhosted.org/packages/42/ed/f44a37b9a536ebe4818d9f23af05bca6a121c09b87f00164dd4a06266826/webnovelbot-0.2.6.tar.gz#sha256=ddae8cbb3fc99ac663bb26334b3d0b302027dc1fdc4148719afaa76cfcb1e26e to build tracker '/tmp/pip-req-tracker-hupa49pz' 2020-07-10T14:38:01,996 Running setup.py (path:/tmp/pip-wheel-aolbhuo8/webnovelbot/setup.py) egg_info for package webnovelbot 2020-07-10T14:38:01,998 Created temporary directory: /tmp/pip-pip-egg-info-gcmhwq0d 2020-07-10T14:38:01,999 Running command python setup.py egg_info 2020-07-10T14:38:04,257 Traceback (most recent call last): 2020-07-10T14:38:04,258 File "", line 1, in 2020-07-10T14:38:04,258 File "/tmp/pip-wheel-aolbhuo8/webnovelbot/setup.py", line 3, in 2020-07-10T14:38:04,258 import webnovel 2020-07-10T14:38:04,259 File "/tmp/pip-wheel-aolbhuo8/webnovelbot/webnovel/__init__.py", line 1, in 2020-07-10T14:38:04,259 from .bot import WebnovelBot 2020-07-10T14:38:04,259 File "/tmp/pip-wheel-aolbhuo8/webnovelbot/webnovel/bot.py", line 6, in 2020-07-10T14:38:04,259 from selenium import webdriver 2020-07-10T14:38:04,260 ModuleNotFoundError: No module named 'selenium' 2020-07-10T14:38:04,403 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-10T14:38:04,404 Exception information: 2020-07-10T14:38:04,404 Traceback (most recent call last): 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-10T14:38:04,404 status = self.run(options, args) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-10T14:38:04,404 return func(self, options, args) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-10T14:38:04,404 reqs, check_supported_wheels=True 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-10T14:38:04,404 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-10T14:38:04,404 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-10T14:38:04,404 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-10T14:38:04,404 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-10T14:38:04,404 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-10T14:38:04,404 self.req.prepare_metadata() 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-10T14:38:04,404 self.metadata_directory = self._generate_metadata() 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-10T14:38:04,404 details=self.name or "from {}".format(self.link) 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-10T14:38:04,404 command_desc='python setup.py egg_info', 2020-07-10T14:38:04,404 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-10T14:38:04,404 raise InstallationError(exc_msg) 2020-07-10T14:38:04,404 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-10T14:38:04,418 Removed webnovelbot==0.2.6 from https://files.pythonhosted.org/packages/42/ed/f44a37b9a536ebe4818d9f23af05bca6a121c09b87f00164dd4a06266826/webnovelbot-0.2.6.tar.gz#sha256=ddae8cbb3fc99ac663bb26334b3d0b302027dc1fdc4148719afaa76cfcb1e26e from build tracker '/tmp/pip-req-tracker-hupa49pz' 2020-07-10T14:38:04,419 Removed build tracker: '/tmp/pip-req-tracker-hupa49pz'