2020-11-04T23:37:16,817 Created temporary directory: /tmp/pip-ephem-wheel-cache-zhu0un8m 2020-11-04T23:37:16,820 Created temporary directory: /tmp/pip-req-tracker-1ka7haxa 2020-11-04T23:37:16,821 Initialized build tracking at /tmp/pip-req-tracker-1ka7haxa 2020-11-04T23:37:16,821 Created build tracker: /tmp/pip-req-tracker-1ka7haxa 2020-11-04T23:37:16,821 Entered build tracker: /tmp/pip-req-tracker-1ka7haxa 2020-11-04T23:37:16,822 Created temporary directory: /tmp/pip-wheel-pv_j9usj 2020-11-04T23:37:16,833 1 location(s) to search for versions of pytorch-quantization: 2020-11-04T23:37:16,833 * https://pypi.org/simple/pytorch-quantization/ 2020-11-04T23:37:16,833 Fetching project page and analyzing links: https://pypi.org/simple/pytorch-quantization/ 2020-11-04T23:37:16,834 Getting page https://pypi.org/simple/pytorch-quantization/ 2020-11-04T23:37:16,836 Found index url https://pypi.org/simple 2020-11-04T23:37:16,927 Found link https://files.pythonhosted.org/packages/d4/3e/e891628c040badc4d18ca48a28bf5a991654161fb32ee5f54ec2317e2664/pytorch-quantization-0.0.1.dev4.tar.gz#sha256=6fea1f1ba851353d65f08098fe19041cd045ca9239e98e5f7058cb1872b6ea57 (from https://pypi.org/simple/pytorch-quantization/), version: 0.0.1.dev4 2020-11-04T23:37:16,931 Given no hashes to check 1 links for project 'pytorch-quantization': discarding no candidates 2020-11-04T23:37:16,932 Using version 0.0.1.dev4 (newest of versions: 0.0.1.dev4) 2020-11-04T23:37:16,935 Collecting pytorch-quantization==0.0.1.dev4 2020-11-04T23:37:16,937 Created temporary directory: /tmp/pip-unpack-tivurylk 2020-11-04T23:37:16,976 Downloading pytorch-quantization-0.0.1.dev4.tar.gz (4.1 kB) 2020-11-04T23:37:17,012 Added pytorch-quantization==0.0.1.dev4 from https://files.pythonhosted.org/packages/d4/3e/e891628c040badc4d18ca48a28bf5a991654161fb32ee5f54ec2317e2664/pytorch-quantization-0.0.1.dev4.tar.gz#sha256=6fea1f1ba851353d65f08098fe19041cd045ca9239e98e5f7058cb1872b6ea57 to build tracker '/tmp/pip-req-tracker-1ka7haxa' 2020-11-04T23:37:17,013 Running setup.py (path:/tmp/pip-wheel-pv_j9usj/pytorch-quantization/setup.py) egg_info for package pytorch-quantization 2020-11-04T23:37:17,014 Created temporary directory: /tmp/pip-pip-egg-info-kxb_ob0s 2020-11-04T23:37:17,014 Running command python setup.py egg_info 2020-11-04T23:37:17,793 Traceback (most recent call last): 2020-11-04T23:37:17,793 File "", line 1, in 2020-11-04T23:37:17,794 File "/tmp/pip-wheel-pv_j9usj/pytorch-quantization/setup.py", line 150, in 2020-11-04T23:37:17,794 raise RuntimeError(open("ERROR.txt", "r").read()) 2020-11-04T23:37:17,795 RuntimeError: 2020-11-04T23:37:17,795 ########################################################################################### 2020-11-04T23:37:17,795 The package you are trying to install is only a placeholder project on PyPI.org repository. 2020-11-04T23:37:17,796 This package is hosted on NVIDIA Python Package Index. 2020-11-04T23:37:17,797 This package can be installed as: 2020-11-04T23:37:17,797 ``` 2020-11-04T23:37:17,798 $ pip install nvidia-pyindex 2020-11-04T23:37:17,798 $ pip install pytorch-quantization 2020-11-04T23:37:17,799 ``` 2020-11-04T23:37:17,799 ########################################################################################### 2020-11-04T23:37:17,841 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-04T23:37:17,842 Exception information: 2020-11-04T23:37:17,842 Traceback (most recent call last): 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-11-04T23:37:17,842 status = self.run(options, args) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-11-04T23:37:17,842 return func(self, options, args) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-11-04T23:37:17,842 reqs, check_supported_wheels=True 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-11-04T23:37:17,842 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-11-04T23:37:17,842 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-11-04T23:37:17,842 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-11-04T23:37:17,842 req, self.req_tracker, self.finder, self.build_isolation, 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-11-04T23:37:17,842 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-11-04T23:37:17,842 self.req.prepare_metadata() 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-11-04T23:37:17,842 self.metadata_directory = self._generate_metadata() 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-11-04T23:37:17,842 details=self.name or "from {}".format(self.link) 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-11-04T23:37:17,842 command_desc='python setup.py egg_info', 2020-11-04T23:37:17,842 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-11-04T23:37:17,842 raise InstallationError(exc_msg) 2020-11-04T23:37:17,842 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-04T23:37:17,850 Removed pytorch-quantization==0.0.1.dev4 from https://files.pythonhosted.org/packages/d4/3e/e891628c040badc4d18ca48a28bf5a991654161fb32ee5f54ec2317e2664/pytorch-quantization-0.0.1.dev4.tar.gz#sha256=6fea1f1ba851353d65f08098fe19041cd045ca9239e98e5f7058cb1872b6ea57 from build tracker '/tmp/pip-req-tracker-1ka7haxa' 2020-11-04T23:37:17,850 Removed build tracker: '/tmp/pip-req-tracker-1ka7haxa'