Пробую установить PyInstaller по инструкции через pip, но выдаёт ошибку.
В самом низу, есть намек на кодировку, но всё в нужной кодировке для python'a
Exception: Traceback (most recent call last): File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\basecommand.py", ine 211, in main status = self.run(options, args) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\commands\install. y", line 294, in run requirement_set.prepare_files(finder) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\req\req_set.py", ine 334, in prepare_files functools.partial(self._prepare_file, finder)) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\req\req_set.py", ine 321, in _walk_req_to_install more_reqs = handler(req_to_install) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\req\req_set.py", ine 461, in _prepare_file req_to_install.populate_link(finder, self.upgrade) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\req\req_install.p ", line 250, in populate_link self.link = finder.find_requirement(self, upgrade) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\index.py", line 4 6, in find_requirement all_versions = self._find_all_versions(req.name) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\index.py", line 4 4, in _find_all_versions index_locations = self._get_index_urls_locations(project_name) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\index.py", line 3 8, in _get_index_urls_locations page = self._get_page(main_index_url) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\index.py", line 8 8, in _get_page return HTMLPage.get_page(link, session=self.session) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\index.py", line 9 8, in get_page "Cache-Control": "max-age=600", File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ essions.py", line 477, in get return self.request('GET', url, **kwargs) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\download.py", lin 373, in request return super(PipSession, self).request(method, url, *args, **kwargs) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ essions.py", line 465, in request resp = self.send(prep, **send_kwargs) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ essions.py", line 605, in send r.content File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ odels.py", line 750, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or byte () File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ odels.py", line 673, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ ackages\urllib3\response.py", line 307, in stream data = self.read(amt=amt, decode_content=decode_content) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\requests\ ackages\urllib3\response.py", line 243, in read data = self._fp.read(amt) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\cachecont ol\filewrapper.py", line 54, in read self.__callback(self.__buf.getvalue()) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\cachecont ol\controller.py", line 244, in cache_response self.serializer.dumps(request, response, body=body), File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\download.py", lin 276, in set return super(SafeFileCache, self).set(*args, **kwargs) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\cachecont ol\caches\file_cache.py", line 99, in set with self.lock_class(name) as lock: File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\lockfile\ kdirlockfile.py", line 18, in __init__ LockBase.__init__(self, path, threaded, timeout) File "C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip\_vendor\lockfile\ _init__.py", line 189, in __init__ hash(self.path))) File "C:\Python27\lib\ntpath.py", line 85, in join result_path = result_path + p_path UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 6: ordinal not in range(128)