模块安装log

E:\>pip install netifaces
Collecting netifaces
  Downloading netifaces-0.11.0-cp36-cp36m-win_amd64.whl (16 kB)
Installing collected packages: netifaces
Successfully installed netifaces-0.11.0
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the 'e:\python3.5.6\python.exe -m pip install --upgrade pip' command.

E:\>pip install pysnmp
Collecting pysnmp
  Downloading pysnmp-4.4.12-py2.py3-none-any.whl (296 kB)
     |████████████████████████████████| 296 kB 29 kB/s
Collecting pyasn1>=0.2.3
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     |████████████████████████████████| 77 kB 28 kB/s
Collecting pycryptodomex
  Downloading pycryptodomex-3.14.1-cp35-abi3-win_amd64.whl (1.8 MB)
     |██████████▌                     | 604 kB 35 kB/s eta 0:00:35ERROR: Exception:
Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 171, in _merge_into_criterion
    crit = self.state.criteria[name]
KeyError: 'pycryptodomex'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 438, in _error_catcher
    yield
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "e:\python3.5.6\lib\http\client.py", line 449, in read
    n = self.readinto(b)
  File "e:\python3.5.6\lib\http\client.py", line 493, in readinto
    n = self.fp.readinto(b)
  File "e:\python3.5.6\lib\socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "e:\python3.5.6\lib\ssl.py", line 1009, in recv_into
    return self.read(nbytes, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 871, in read
    return self._sslobj.read(len, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\base_command.py", line 189, in _main
    status = self.run(options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\req_command.py", line 178, in wrapper
    return func(self, options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\commands\install.py", line 317, in run
    reqs, check_supported_wheels=not options.target_dir
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 122, in resolve
    requirements, max_rounds=try_to_avoid_resolution_too_deep,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 453, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 347, in resolve
    failure_causes = self._attempt_to_pin_criterion(name, criterion)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 207, in _attempt_to_pin_criterion
    criteria = self._get_criteria_to_update(candidate)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 199, in _get_criteria_to_update
    name, crit = self._merge_into_criterion(r, parent=candidate)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _merge_into_criterion
    crit = Criterion.from_requirement(self._p, requirement, parent)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 82, in from_requirement
    if not cands:
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 124, in __bool__
    return bool(self._sequence)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in __bool__
    return any(self)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 38, in _iter_built
    candidate = func()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 169, in _make_candidate_from_link
    name=name, version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 306, in __init__
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 144, in __init__
    self.dist = self._prepare()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 226, in _prepare
    dist = self._prepare_distribution()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 312, in _prepare_distribution
    self._ireq, parallel_builds=True,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 457, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 482, in _prepare_linked_requirement
    self.download_dir, hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 234, in unpack_url
    hashes=hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 108, in get_http_url
    from_path, content_type = download(link, temp_dir.path)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\download.py", line 163, in __call__
    for chunk in chunks:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\progress_bars.py", line 159, in iter
    for x in it:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\utils.py", line 88, in response_chunks
    decode_content=False,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 541, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "e:\python3.5.6\lib\contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 443, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the 'e:\python3.5.6\python.exe -m pip install --upgrade pip' command.

E:\>pip3 install pysnmp
Collecting pysnmp
  Using cached pysnmp-4.4.12-py2.py3-none-any.whl (296 kB)
Collecting pysmi
  Downloading pysmi-0.3.4-py2.py3-none-any.whl (80 kB)
     |████████████████████████████████| 80 kB 140 kB/s
Collecting pyasn1>=0.2.3
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pycryptodomex
  Downloading pycryptodomex-3.14.1-cp35-abi3-win_amd64.whl (1.8 MB)
     |████████████████████████████████| 1.8 MB 29 kB/s
Collecting ply
  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
     |████████████████████████████████| 49 kB 20 kB/s
Installing collected packages: ply, pysmi, pycryptodomex, pyasn1, pysnmp
Successfully installed ply-3.11 pyasn1-0.4.8 pycryptodomex-3.14.1 pysmi-0.3.4 pysnmp-4.4.12
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the 'e:\python3.5.6\python.exe -m pip install --upgrade pip' command.

E:\>pip install client
ERROR: Could not find a version that satisfies the requirement client
ERROR: No matching distribution found for client
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the 'e:\python3.5.6\python.exe -m pip install --upgrade pip' command.

E:\>pip install Client
ERROR: Could not find a version that satisfies the requirement Client
ERROR: No matching distribution found for Client
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the 'e:\python3.5.6\python.exe -m pip install --upgrade pip' command.

E:\>pip install --upgrade pip
Requirement already satisfied: pip in e:\python3.5.6\lib\site-packages (21.0.1)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
     |████████████████████████████████| 1.7 MB 37 kB/s
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.0.1
    Uninstalling pip-21.0.1:
ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'e:\\python3.5.6\\scripts\\pip.exe'
Consider using the `--user` option or check the permissions.


E:\>pip install Client
Traceback (most recent call last):
  File "e:\python3.5.6\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "e:\python3.5.6\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\python3.5.6\Scripts\pip.exe\__main__.py", line 4, in 
ModuleNotFoundError: No module named 'pip'

E:\>pip install client
Traceback (most recent call last):
  File "e:\python3.5.6\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "e:\python3.5.6\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\python3.5.6\Scripts\pip.exe\__main__.py", line 4, in 
ModuleNotFoundError: No module named 'pip'

E:\>pip3 install client
Traceback (most recent call last):
  File "e:\python3.5.6\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "e:\python3.5.6\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\python3.5.6\Scripts\pip3.exe\__main__.py", line 4, in 
ModuleNotFoundError: No module named 'pip'

E:\>e:\python3.5.6\python.exe -m pip install --upgrade pip
e:\python3.5.6\python.exe: No module named pip

E:\>pip -v
Traceback (most recent call last):
  File "e:\python3.5.6\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "e:\python3.5.6\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\python3.5.6\Scripts\pip.exe\__main__.py", line 4, in 
ModuleNotFoundError: No module named 'pip'

E:\>python -m ensurepip
Requirement already satisfied: setuptools in e:\python3.5.6\lib\site-packages
Collecting pip
Installing collected packages: pip
Successfully installed pip-9.0.3

E:\>python -m pip install --upgrade pip
Cache entry deserialization failed, entry ignored
Collecting pip
  Cache entry deserialization failed, entry ignored
  Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB)
    100% |████████████████████████████████| 1.7MB 40kB/s
Installing collected packages: pip
  Found existing installation: pip 9.0.3
    Uninstalling pip-9.0.3:
      Successfully uninstalled pip-9.0.3
Successfully installed pip-21.3.1
You are using pip version 21.3.1, however version 22.0.4 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

E:\>pip3 install client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/client/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/client/
ERROR: Could not find a version that satisfies the requirement client (from versions: none)
ERROR: No matching distribution found for client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip3 install client3
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement client3 (from versions: none)
ERROR: No matching distribution found for client3
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement client (from versions: none)
ERROR: No matching distribution found for client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install Appium-Python-Client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting Appium-Python-Client
  Downloading Appium-Python-Client-2.2.0.tar.gz (3.3 MB)
     |████████████████████████████████| 3.3 MB 19 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.4.tar.gz (3.3 MB)
     |████████████████████████████████| 3.3 MB 13 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.2.tar.gz (3.3 MB)
     |████████                        | 839 kB 16 kB/s eta 0:02:26ERROR: Exception:
Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 438, in _error_catcher
    yield
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "e:\python3.5.6\lib\http\client.py", line 449, in read
    n = self.readinto(b)
  File "e:\python3.5.6\lib\http\client.py", line 493, in readinto
    n = self.fp.readinto(b)
  File "e:\python3.5.6\lib\socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "e:\python3.5.6\lib\ssl.py", line 1009, in recv_into
    return self.read(nbytes, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 871, in read
    return self._sslobj.read(len, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
    status = run_func(*args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\commands\install.py", line 339, in run
    reqs, check_supported_wheels=not options.target_dir
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 93, in resolve
    collected.requirements, max_rounds=try_to_avoid_resolution_too_deep
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 482, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 374, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 212, in _attempt_to_pin_criterion
    for candidate in criterion.candidates:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in 
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 287, in __init__
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 156, in __init__
    self.dist = self._prepare()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
    dist = self._prepare_distribution()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 292, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 482, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 528, in _prepare_linked_requirement
    link, req.source_dir, self._download, self.download_dir, hashes
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 217, in unpack_url
    hashes=hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 94, in get_http_url
    from_path, content_type = download(link, temp_dir.path)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\download.py", line 145, in __call__
    for chunk in chunks:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\progress_bars.py", line 144, in iter
    for x in it:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\utils.py", line 87, in response_chunks
    decode_content=False,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 541, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "e:\python3.5.6\lib\contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 443, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip3 install Appium-Python-Client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/appium-python-client/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/appium-python-client/
Collecting Appium-Python-Client
  Using cached Appium-Python-Client-2.2.0.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.4.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.2.tar.gz (3.3 MB)
     |████████████████████████████████| 3.3 MB 20 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.1.tar.gz (3.3 MB)
     |████████████████████████████████| 3.3 MB 22 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.0.tar.gz (3.3 MB)
     |████▌                           | 481 kB 5.0 kB/s eta 0:09:21ERROR: Exception:
Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 438, in _error_catcher
    yield
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "e:\python3.5.6\lib\http\client.py", line 449, in read
    n = self.readinto(b)
  File "e:\python3.5.6\lib\http\client.py", line 493, in readinto
    n = self.fp.readinto(b)
  File "e:\python3.5.6\lib\socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "e:\python3.5.6\lib\ssl.py", line 1009, in recv_into
    return self.read(nbytes, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 871, in read
    return self._sslobj.read(len, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
    status = run_func(*args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\commands\install.py", line 339, in run
    reqs, check_supported_wheels=not options.target_dir
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 93, in resolve
    collected.requirements, max_rounds=try_to_avoid_resolution_too_deep
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 482, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 374, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 212, in _attempt_to_pin_criterion
    for candidate in criterion.candidates:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in 
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 287, in __init__
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 156, in __init__
    self.dist = self._prepare()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
    dist = self._prepare_distribution()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 292, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 482, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 528, in _prepare_linked_requirement
    link, req.source_dir, self._download, self.download_dir, hashes
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 217, in unpack_url
    hashes=hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 94, in get_http_url
    from_path, content_type = download(link, temp_dir.path)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\download.py", line 145, in __call__
    for chunk in chunks:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\progress_bars.py", line 144, in iter
    for x in it:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\utils.py", line 87, in response_chunks
    decode_content=False,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 541, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "e:\python3.5.6\lib\contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 443, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install Appium-Python-Client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting Appium-Python-Client
  Using cached Appium-Python-Client-2.2.0.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.4.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.2.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.1.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.1.0.tar.gz (3.3 MB)
     |████████████████████████████████| 3.3 MB 28 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-2.0.0.tar.gz (60 kB)
     |████████████████████████████████| 60 kB 23 kB/s
  Preparing metadata (setup.py) ... done
  Downloading Appium-Python-Client-1.3.0.tar.gz (58 kB)
     |████████████████████████████████| 58 kB 15 kB/s
  Preparing metadata (setup.py) ... done
Collecting selenium<4,>=3.14.1
  Downloading selenium-3.141.0-py2.py3-none-any.whl (904 kB)
     |██████████████████▌             | 522 kB 17 kB/s eta 0:00:23ERROR: Exception:
Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 438, in _error_catcher
    yield
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "e:\python3.5.6\lib\http\client.py", line 449, in read
    n = self.readinto(b)
  File "e:\python3.5.6\lib\http\client.py", line 493, in readinto
    n = self.fp.readinto(b)
  File "e:\python3.5.6\lib\socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "e:\python3.5.6\lib\ssl.py", line 1009, in recv_into
    return self.read(nbytes, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 871, in read
    return self._sslobj.read(len, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
    status = run_func(*args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\commands\install.py", line 339, in run
    reqs, check_supported_wheels=not options.target_dir
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 93, in resolve
    collected.requirements, max_rounds=try_to_avoid_resolution_too_deep
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 482, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 374, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 214, in _attempt_to_pin_criterion
    criteria = self._get_updated_criteria(candidate)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 205, in _get_updated_criteria
    self._add_to_criteria(criteria, requirement, parent=candidate)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _add_to_criteria
    if not criterion.candidates:
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 151, in __bool__
    return bool(self._sequence)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 155, in __bool__
    return any(self)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in 
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 287, in __init__
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 156, in __init__
    self.dist = self._prepare()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
    dist = self._prepare_distribution()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 292, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 482, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 528, in _prepare_linked_requirement
    link, req.source_dir, self._download, self.download_dir, hashes
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 217, in unpack_url
    hashes=hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 94, in get_http_url
    from_path, content_type = download(link, temp_dir.path)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\download.py", line 145, in __call__
    for chunk in chunks:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\progress_bars.py", line 144, in iter
    for x in it:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\utils.py", line 87, in response_chunks
    decode_content=False,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 541, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "e:\python3.5.6\lib\contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 443, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install Appium-python-client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting Appium-python-client
  Using cached Appium-Python-Client-2.2.0.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.4.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.2.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.1.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.1.0.tar.gz (3.3 MB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-2.0.0.tar.gz (60 kB)
  Preparing metadata (setup.py) ... done
  Using cached Appium-Python-Client-1.3.0.tar.gz (58 kB)
  Preparing metadata (setup.py) ... done
Collecting selenium<4,>=3.14.1
  Downloading selenium-3.141.0-py2.py3-none-any.whl (904 kB)
     |████████████████████████████████| 904 kB 9.6 kB/s
Requirement already satisfied: urllib3 in e:\python3.5.6\lib\site-packages (from selenium<4,>=3.14.1->Appium-python-client) (1.22)
Building wheels for collected packages: Appium-python-client
  Building wheel for Appium-python-client (setup.py) ... done
  Created wheel for Appium-python-client: filename=Appium_Python_Client-1.3.0-py3-none-any.whl size=92628 sha256=66daf122dfac59bae808fc15e4af2c91b950704bbcf2f0ec4cc4be17693c3129
  Stored in directory: c:\users\李勇\appdata\local\pip\cache\wheels\e9\c8\21\518fea3648c532ec9ad8f64158f3064e15cf066d560d2bbdd4
Successfully built Appium-python-client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Installing collected packages: selenium, Appium-python-client
  Attempting uninstall: selenium
    WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
    Found existing installation: selenium 3.11.0
    Uninstalling selenium-3.11.0:
      Successfully uninstalled selenium-3.11.0
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Successfully installed Appium-python-client-1.3.0 selenium-3.141.0
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement client (from versions: none)
ERROR: No matching distribution found for client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement client (from versions: none)
ERROR: No matching distribution found for client
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install suds
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting suds
  Downloading suds-1.0.0-py3-none-any.whl (144 kB)
     |████████████████████████████████| 144 kB 9.4 kB/s
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Installing collected packages: suds
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Successfully installed suds-1.0.0
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install ping3
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting ping3
  Downloading ping3-4.0.3-py3-none-any.whl (13 kB)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Installing collected packages: ping3
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Successfully installed ping3-4.0.3
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install pywin32
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting pywin32
  Downloading pywin32-303-cp36-cp36m-win_amd64.whl (9.3 MB)
     |███████████                     | 3.2 MB 11 kB/s eta 0:08:51 ERROR: Exception:
Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 438, in _error_catcher
    yield
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
  File "e:\python3.5.6\lib\http\client.py", line 449, in read
    n = self.readinto(b)
  File "e:\python3.5.6\lib\http\client.py", line 493, in readinto
    n = self.fp.readinto(b)
  File "e:\python3.5.6\lib\socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "e:\python3.5.6\lib\ssl.py", line 1009, in recv_into
    return self.read(nbytes, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 871, in read
    return self._sslobj.read(len, buffer)
  File "e:\python3.5.6\lib\ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
    status = run_func(*args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\commands\install.py", line 339, in run
    reqs, check_supported_wheels=not options.target_dir
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 93, in resolve
    collected.requirements, max_rounds=try_to_avoid_resolution_too_deep
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 482, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 349, in resolve
    self._add_to_criteria(self.state.criteria, r, parent=None)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _add_to_criteria
    if not criterion.candidates:
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 151, in __bool__
    return bool(self._sequence)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 155, in __bool__
    return any(self)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in 
    return (c for c in iterator if id(c) not in self._incompatible_ids)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
    candidate = func()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 287, in __init__
    version=version,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 156, in __init__
    self.dist = self._prepare()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 225, in _prepare
    dist = self._prepare_distribution()
  File "e:\python3.5.6\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 292, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 482, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 528, in _prepare_linked_requirement
    link, req.source_dir, self._download, self.download_dir, hashes
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 217, in unpack_url
    hashes=hashes,
  File "e:\python3.5.6\lib\site-packages\pip\_internal\operations\prepare.py", line 94, in get_http_url
    from_path, content_type = download(link, temp_dir.path)
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\download.py", line 145, in __call__
    for chunk in chunks:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\cli\progress_bars.py", line 144, in iter
    for x in it:
  File "e:\python3.5.6\lib\site-packages\pip\_internal\network\utils.py", line 87, in response_chunks
    decode_content=False,
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 541, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "e:\python3.5.6\lib\contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "e:\python3.5.6\lib\site-packages\pip\_vendor\urllib3\response.py", line 443, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

E:\>pip install pywin32
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Collecting pywin32
  Downloading pywin32-303-cp36-cp36m-win_amd64.whl (9.3 MB)
     |████████████████████████████████| 9.3 MB 78 kB/s
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Installing collected packages: pywin32
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
Successfully installed pywin32-303
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)
WARNING: Ignoring invalid distribution -ip (e:\python3.5.6\lib\site-packages)

你可能感兴趣的:(python,python,开发语言)