2019-06-29T02:49:01 Created temporary directory: /tmp/pip-ephem-wheel-cache-d30w9y6r 2019-06-29T02:49:01 Created temporary directory: /tmp/pip-req-tracker-ksy92vyk 2019-06-29T02:49:01 Created requirements tracker '/tmp/pip-req-tracker-ksy92vyk' 2019-06-29T02:49:01 Created temporary directory: /tmp/pip-wheel-9hll_p42 2019-06-29T02:49:01 Collecting pyafm==0.4 2019-06-29T02:49:01 1 location(s) to search for versions of pyafm: 2019-06-29T02:49:01 * https://pypi.org/simple/pyafm/ 2019-06-29T02:49:01 Getting page https://pypi.org/simple/pyafm/ 2019-06-29T02:49:01 Analyzing links from page https://pypi.org/simple/pyafm/ 2019-06-29T02:49:01 Found link https://files.pythonhosted.org/packages/72/a3/a8b426d0991f84e8657946481c1d18df4e4cda1d0fce79751b3b8d42247d/pyafm-0.4.tar.gz#sha256=d90b8da71dc14ecc867aa8384224f88b5e90f790fcbe4447f9aadf3b32b00016 (from https://pypi.org/simple/pyafm/), version: 0.4 2019-06-29T02:49:01 Found link https://files.pythonhosted.org/packages/92/27/648e3d0563a44854aa08d38574192e390c0fd554c96ba53b88fa94be5d81/pyafm-0.5.tar.gz#sha256=61e566eaa9c1e57ad5a66a2c54f3083e3c522f90057672cac383fd1a1288dd1b (from https://pypi.org/simple/pyafm/), version: 0.5 2019-06-29T02:49:01 Using version 0.4 (newest of versions: 0.4) 2019-06-29T02:49:01 Created temporary directory: /tmp/pip-unpack-9tv5ehv2 2019-06-29T02:49:01 Downloading https://files.pythonhosted.org/packages/72/a3/a8b426d0991f84e8657946481c1d18df4e4cda1d0fce79751b3b8d42247d/pyafm-0.4.tar.gz 2019-06-29T02:49:01 Downloading from URL https://files.pythonhosted.org/packages/72/a3/a8b426d0991f84e8657946481c1d18df4e4cda1d0fce79751b3b8d42247d/pyafm-0.4.tar.gz#sha256=d90b8da71dc14ecc867aa8384224f88b5e90f790fcbe4447f9aadf3b32b00016 (from https://pypi.org/simple/pyafm/) 2019-06-29T02:49:01 Added pyafm==0.4 from https://files.pythonhosted.org/packages/72/a3/a8b426d0991f84e8657946481c1d18df4e4cda1d0fce79751b3b8d42247d/pyafm-0.4.tar.gz#sha256=d90b8da71dc14ecc867aa8384224f88b5e90f790fcbe4447f9aadf3b32b00016 to build tracker '/tmp/pip-req-tracker-ksy92vyk' 2019-06-29T02:49:01 Running setup.py (path:/tmp/pip-wheel-9hll_p42/pyafm/setup.py) egg_info for package pyafm 2019-06-29T02:49:01 Running command python setup.py egg_info 2019-06-29T02:49:03 Traceback (most recent call last): 2019-06-29T02:49:03 File "", line 1, in 2019-06-29T02:49:03 File "/tmp/pip-wheel-9hll_p42/pyafm/setup.py", line 19, in 2019-06-29T02:49:03 from pyafm import __version__ 2019-06-29T02:49:03 File "/tmp/pip-wheel-9hll_p42/pyafm/pyafm/__init__.py", line 17, in 2019-06-29T02:49:03 from .config import PackageConfig as _PackageConfig 2019-06-29T02:49:03 File "/tmp/pip-wheel-9hll_p42/pyafm/pyafm/config.py", line 19, in 2019-06-29T02:49:03 import h5config.config as _config 2019-06-29T02:49:03 ModuleNotFoundError: No module named 'h5config' 2019-06-29T02:49:03 Cleaning up... 2019-06-29T02:49:03 Removing source in /tmp/pip-wheel-9hll_p42/pyafm 2019-06-29T02:49:03 Removed pyafm==0.4 from https://files.pythonhosted.org/packages/72/a3/a8b426d0991f84e8657946481c1d18df4e4cda1d0fce79751b3b8d42247d/pyafm-0.4.tar.gz#sha256=d90b8da71dc14ecc867aa8384224f88b5e90f790fcbe4447f9aadf3b32b00016 from build tracker '/tmp/pip-req-tracker-ksy92vyk' 2019-06-29T02:49:03 Removed build tracker '/tmp/pip-req-tracker-ksy92vyk' 2019-06-29T02:49:03 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-9hll_p42/pyafm/ 2019-06-29T02:49:03 Exception information: 2019-06-29T02:49:03 Traceback (most recent call last): 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-06-29T02:49:03 status = self.run(options, args) 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-06-29T02:49:03 resolver.resolve(requirement_set) 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-06-29T02:49:03 self._resolve_one(requirement_set, req) 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-06-29T02:49:03 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-06-29T02:49:03 self.require_hashes 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-06-29T02:49:03 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-06-29T02:49:03 self.req.prepare_metadata() 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-06-29T02:49:03 self.run_egg_info() 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-06-29T02:49:03 command_desc='python setup.py egg_info') 2019-06-29T02:49:03 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-06-29T02:49:03 % (command_desc, proc.returncode, cwd)) 2019-06-29T02:49:03 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-9hll_p42/pyafm/