2020-11-06T19:17:30,240 Created temporary directory: /tmp/pip-ephem-wheel-cache-am3w3vx0 2020-11-06T19:17:30,243 Created temporary directory: /tmp/pip-req-tracker-3wvbx6f9 2020-11-06T19:17:30,244 Initialized build tracking at /tmp/pip-req-tracker-3wvbx6f9 2020-11-06T19:17:30,244 Created build tracker: /tmp/pip-req-tracker-3wvbx6f9 2020-11-06T19:17:30,244 Entered build tracker: /tmp/pip-req-tracker-3wvbx6f9 2020-11-06T19:17:30,245 Created temporary directory: /tmp/pip-wheel-rboqbxsk 2020-11-06T19:17:30,255 1 location(s) to search for versions of marxs: 2020-11-06T19:17:30,255 * https://pypi.org/simple/marxs/ 2020-11-06T19:17:30,256 Fetching project page and analyzing links: https://pypi.org/simple/marxs/ 2020-11-06T19:17:30,256 Getting page https://pypi.org/simple/marxs/ 2020-11-06T19:17:30,258 Found index url https://pypi.org/simple 2020-11-06T19:17:30,351 Found link https://files.pythonhosted.org/packages/a7/58/7b5f6b53eed3f8cccd00ebda4acf7e938018e4e1c58148101312d7693abb/marxs-1.0.tar.gz#sha256=ee61782f96e59977c93383b71f1babda461443053986f7d9ad014e660d5e2c54 (from https://pypi.org/simple/marxs/), version: 1.0 2020-11-06T19:17:30,352 Found link https://files.pythonhosted.org/packages/2b/30/3c9df4e805086e0d573fbd51b92461ae8e47a076fc8d8a1972828a9b541c/marxs-1.1.tar.gz#sha256=e8323a22bfedbc01600ed6081ff06fe6eda92003d37dcea18d956aa4b5afdc6f (from https://pypi.org/simple/marxs/), version: 1.1 2020-11-06T19:17:30,352 Found link https://files.pythonhosted.org/packages/b8/1b/95aaf77ac07482c0225bfd489fa6925a8c2e537f822703eb1d0f7b97a462/marxs-1.2.tar.gz#sha256=bb9fb2ed73f8e0fc32c6b8ee76888cbcdd6fdfec66347d04c104d6f8dca9debf (from https://pypi.org/simple/marxs/), version: 1.2 2020-11-06T19:17:30,356 Given no hashes to check 1 links for project 'marxs': discarding no candidates 2020-11-06T19:17:30,357 Using version 1.2 (newest of versions: 1.2) 2020-11-06T19:17:30,360 Collecting marxs==1.2 2020-11-06T19:17:30,362 Created temporary directory: /tmp/pip-unpack-3u7wtwam 2020-11-06T19:17:30,437 Downloading marxs-1.2.tar.gz (821 kB) 2020-11-06T19:17:31,140 Added marxs==1.2 from https://files.pythonhosted.org/packages/b8/1b/95aaf77ac07482c0225bfd489fa6925a8c2e537f822703eb1d0f7b97a462/marxs-1.2.tar.gz#sha256=bb9fb2ed73f8e0fc32c6b8ee76888cbcdd6fdfec66347d04c104d6f8dca9debf to build tracker '/tmp/pip-req-tracker-3wvbx6f9' 2020-11-06T19:17:31,141 Running setup.py (path:/tmp/pip-wheel-rboqbxsk/marxs/setup.py) egg_info for package marxs 2020-11-06T19:17:31,142 Created temporary directory: /tmp/pip-pip-egg-info-l93hdb5p 2020-11-06T19:17:31,142 Running command python setup.py egg_info 2020-11-06T19:17:47,598 Traceback (most recent call last): 2020-11-06T19:17:47,599 File "", line 1, in 2020-11-06T19:17:47,600 File "/tmp/pip-wheel-rboqbxsk/marxs/setup.py", line 54, in 2020-11-06T19:17:47,600 cmdclassd = register_commands() 2020-11-06T19:17:47,600 TypeError: register_commands() missing 3 required positional arguments: 'package', 'version', and 'release' 2020-11-06T19:17:47,772 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-06T19:17:47,773 Exception information: 2020-11-06T19:17:47,773 Traceback (most recent call last): 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-11-06T19:17:47,773 status = self.run(options, args) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-11-06T19:17:47,773 return func(self, options, args) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-11-06T19:17:47,773 reqs, check_supported_wheels=True 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-11-06T19:17:47,773 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-11-06T19:17:47,773 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-11-06T19:17:47,773 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-11-06T19:17:47,773 req, self.req_tracker, self.finder, self.build_isolation, 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-11-06T19:17:47,773 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-11-06T19:17:47,773 self.req.prepare_metadata() 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-11-06T19:17:47,773 self.metadata_directory = self._generate_metadata() 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-11-06T19:17:47,773 details=self.name or "from {}".format(self.link) 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-11-06T19:17:47,773 command_desc='python setup.py egg_info', 2020-11-06T19:17:47,773 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-11-06T19:17:47,773 raise InstallationError(exc_msg) 2020-11-06T19:17:47,773 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-06T19:17:47,788 Removed marxs==1.2 from https://files.pythonhosted.org/packages/b8/1b/95aaf77ac07482c0225bfd489fa6925a8c2e537f822703eb1d0f7b97a462/marxs-1.2.tar.gz#sha256=bb9fb2ed73f8e0fc32c6b8ee76888cbcdd6fdfec66347d04c104d6f8dca9debf from build tracker '/tmp/pip-req-tracker-3wvbx6f9' 2020-11-06T19:17:47,789 Removed build tracker: '/tmp/pip-req-tracker-3wvbx6f9'