2021-01-21T11:29:29,704 Created temporary directory: /tmp/pip-ephem-wheel-cache-lhoq4zgv 2021-01-21T11:29:29,707 Created temporary directory: /tmp/pip-req-tracker-_17jw70z 2021-01-21T11:29:29,707 Initialized build tracking at /tmp/pip-req-tracker-_17jw70z 2021-01-21T11:29:29,708 Created build tracker: /tmp/pip-req-tracker-_17jw70z 2021-01-21T11:29:29,708 Entered build tracker: /tmp/pip-req-tracker-_17jw70z 2021-01-21T11:29:29,708 Created temporary directory: /tmp/pip-wheel-d2nt1o01 2021-01-21T11:29:29,720 1 location(s) to search for versions of shopex-dingding-note-2-x: 2021-01-21T11:29:29,720 * https://pypi.org/simple/shopex-dingding-note-2-x/ 2021-01-21T11:29:29,720 Fetching project page and analyzing links: https://pypi.org/simple/shopex-dingding-note-2-x/ 2021-01-21T11:29:29,721 Getting page https://pypi.org/simple/shopex-dingding-note-2-x/ 2021-01-21T11:29:29,723 Found index url https://pypi.org/simple 2021-01-21T11:29:29,816 Found link https://files.pythonhosted.org/packages/ca/db/fd4b99e56f36eb73152c3d05c58c35ebe6ec07d8e1be157c3d3b82036ae3/shopex_dingding_note_2.x-1.0.tar.gz#sha256=7629457530ccaadbdfce705326a73eba83b89617922f2c2940822725237f0315 (from https://pypi.org/simple/shopex-dingding-note-2-x/), version: 1.0 2021-01-21T11:29:29,817 Found link https://files.pythonhosted.org/packages/a0/ea/0d0c74e38d4cfcc78d52fd22d35f5121acd7013c1c3aba8684b31ef42e64/shopex_dingding_note_2.x-1.1.tar.gz#sha256=0d28bf48f07c52c1c0117a6f99e00eea65d9155937536eb72c5dc412a25d63dd (from https://pypi.org/simple/shopex-dingding-note-2-x/), version: 1.1 2021-01-21T11:29:29,817 Found link https://files.pythonhosted.org/packages/03/de/8a28bf549caca56e089944d5034eb37d21a8e2facb4c1572b8af02998e40/shopex_dingding_note_2.x-1.2.tar.gz#sha256=dd74e2fe3f66547ad879dc82d94e9fdf47a26656eedd64ed71fb3e40ec35ee1c (from https://pypi.org/simple/shopex-dingding-note-2-x/), version: 1.2 2021-01-21T11:29:29,821 Given no hashes to check 1 links for project 'shopex-dingding-note-2-x': discarding no candidates 2021-01-21T11:29:29,822 Using version 1.2 (newest of versions: 1.2) 2021-01-21T11:29:29,826 Collecting shopex-dingding-note-2-x==1.2 2021-01-21T11:29:29,827 Created temporary directory: /tmp/pip-unpack-x_mxj_wd 2021-01-21T11:29:29,867 Downloading shopex_dingding_note_2.x-1.2.tar.gz (4.0 kB) 2021-01-21T11:29:29,913 Added shopex-dingding-note-2-x==1.2 from https://files.pythonhosted.org/packages/03/de/8a28bf549caca56e089944d5034eb37d21a8e2facb4c1572b8af02998e40/shopex_dingding_note_2.x-1.2.tar.gz#sha256=dd74e2fe3f66547ad879dc82d94e9fdf47a26656eedd64ed71fb3e40ec35ee1c to build tracker '/tmp/pip-req-tracker-_17jw70z' 2021-01-21T11:29:29,914 Running setup.py (path:/tmp/pip-wheel-d2nt1o01/shopex-dingding-note-2-x/setup.py) egg_info for package shopex-dingding-note-2-x 2021-01-21T11:29:29,915 Created temporary directory: /tmp/pip-pip-egg-info-ggyy4uyv 2021-01-21T11:29:29,915 Running command python setup.py egg_info 2021-01-21T11:29:30,719 Traceback (most recent call last): 2021-01-21T11:29:30,720 File "", line 1, in 2021-01-21T11:29:30,720 File "/tmp/pip-wheel-d2nt1o01/shopex-dingding-note-2-x/setup.py", line 4, in 2021-01-21T11:29:30,721 reload(sys) # Python2.5 初始化后会删除 sys.setdefaultencoding 这个方法,我们需要重新载入 2021-01-21T11:29:30,721 NameError: name 'reload' is not defined 2021-01-21T11:29:30,765 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-01-21T11:29:30,766 Exception information: 2021-01-21T11:29:30,766 Traceback (most recent call last): 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2021-01-21T11:29:30,766 status = self.run(options, args) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2021-01-21T11:29:30,766 return func(self, options, args) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2021-01-21T11:29:30,766 reqs, check_supported_wheels=True 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2021-01-21T11:29:30,766 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2021-01-21T11:29:30,766 abstract_dist = self._get_abstract_dist_for(req_to_install) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2021-01-21T11:29:30,766 abstract_dist = self.preparer.prepare_linked_requirement(req) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2021-01-21T11:29:30,766 req, self.req_tracker, self.finder, self.build_isolation, 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2021-01-21T11:29:30,766 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2021-01-21T11:29:30,766 self.req.prepare_metadata() 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2021-01-21T11:29:30,766 self.metadata_directory = self._generate_metadata() 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2021-01-21T11:29:30,766 details=self.name or "from {}".format(self.link) 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2021-01-21T11:29:30,766 command_desc='python setup.py egg_info', 2021-01-21T11:29:30,766 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2021-01-21T11:29:30,766 raise InstallationError(exc_msg) 2021-01-21T11:29:30,766 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-01-21T11:29:30,774 Removed shopex-dingding-note-2-x==1.2 from https://files.pythonhosted.org/packages/03/de/8a28bf549caca56e089944d5034eb37d21a8e2facb4c1572b8af02998e40/shopex_dingding_note_2.x-1.2.tar.gz#sha256=dd74e2fe3f66547ad879dc82d94e9fdf47a26656eedd64ed71fb3e40ec35ee1c from build tracker '/tmp/pip-req-tracker-_17jw70z' 2021-01-21T11:29:30,775 Removed build tracker: '/tmp/pip-req-tracker-_17jw70z'