2020-07-26T16:22:34,958 Created temporary directory: /tmp/pip-ephem-wheel-cache-yl1mk9he 2020-07-26T16:22:34,963 Created temporary directory: /tmp/pip-req-tracker-06fjbw3s 2020-07-26T16:22:34,963 Initialized build tracking at /tmp/pip-req-tracker-06fjbw3s 2020-07-26T16:22:34,964 Created build tracker: /tmp/pip-req-tracker-06fjbw3s 2020-07-26T16:22:34,964 Entered build tracker: /tmp/pip-req-tracker-06fjbw3s 2020-07-26T16:22:34,966 Created temporary directory: /tmp/pip-wheel-q7mnln_2 2020-07-26T16:22:34,979 1 location(s) to search for versions of mlbapi: 2020-07-26T16:22:34,979 * https://pypi.org/simple/mlbapi/ 2020-07-26T16:22:34,980 Fetching project page and analyzing links: https://pypi.org/simple/mlbapi/ 2020-07-26T16:22:34,981 Getting page https://pypi.org/simple/mlbapi/ 2020-07-26T16:22:34,983 Found index url https://pypi.org/simple 2020-07-26T16:22:35,184 Skipping link: No binaries permitted for mlbapi: https://files.pythonhosted.org/packages/c9/a7/2d0a16c842d4a8d73f5a0a86b598f5ad328fc42bec83b79e28d076847b82/mlbapi-0.1.3-py3-none-any.whl#sha256=576e2b531f447f912cb89246b4aa269087dbf10fb015ba9bde2f299d72ce1924 (from https://pypi.org/simple/mlbapi/) (requires-python:>=3.6) 2020-07-26T16:22:35,185 Found link https://files.pythonhosted.org/packages/1d/c1/4b61f4614b01d6c5c9e124488f0d4367d130414eda896a3941eca33771d2/mlbapi-0.1.3.tar.gz#sha256=0e952fc48d977fd23ad063d736066e2958392b9474a0b96bc885ec0020c8bfa1 (from https://pypi.org/simple/mlbapi/) (requires-python:>=3.6), version: 0.1.3 2020-07-26T16:22:35,186 Skipping link: No binaries permitted for mlbapi: https://files.pythonhosted.org/packages/41/56/1439d7cafc6958a8a1c068a3616ec27e3f3d3d3de88f0c2c44c2ec4726a4/mlbapi-0.1.4-py3-none-any.whl#sha256=c88dc2583877a9b83c590a8f5d997fa1089f81e1b498c1a3426121cc1312e699 (from https://pypi.org/simple/mlbapi/) (requires-python:>=3.6) 2020-07-26T16:22:35,187 Found link https://files.pythonhosted.org/packages/a0/51/894928fefeec10201bc565261bd376cfa3b13a627ed830bf179429b7cd7a/mlbapi-0.1.4.tar.gz#sha256=8ab065910dd7fca9f8229af8e90c6dc1ae2021aa8dba54392e0c2070e8a7d454 (from https://pypi.org/simple/mlbapi/) (requires-python:>=3.6), version: 0.1.4 2020-07-26T16:22:35,194 Given no hashes to check 1 links for project 'mlbapi': discarding no candidates 2020-07-26T16:22:35,195 Using version 0.1.4 (newest of versions: 0.1.4) 2020-07-26T16:22:35,201 Collecting mlbapi==0.1.4 2020-07-26T16:22:35,204 Created temporary directory: /tmp/pip-unpack-1hupplup 2020-07-26T16:22:35,411 Downloading mlbapi-0.1.4.tar.gz (11 kB) 2020-07-26T16:22:35,592 Added mlbapi==0.1.4 from https://files.pythonhosted.org/packages/a0/51/894928fefeec10201bc565261bd376cfa3b13a627ed830bf179429b7cd7a/mlbapi-0.1.4.tar.gz#sha256=8ab065910dd7fca9f8229af8e90c6dc1ae2021aa8dba54392e0c2070e8a7d454 to build tracker '/tmp/pip-req-tracker-06fjbw3s' 2020-07-26T16:22:35,595 Running setup.py (path:/tmp/pip-wheel-q7mnln_2/mlbapi/setup.py) egg_info for package mlbapi 2020-07-26T16:22:35,597 Created temporary directory: /tmp/pip-pip-egg-info-ijac2p_e 2020-07-26T16:22:35,598 Running command python setup.py egg_info 2020-07-26T16:22:37,659 Traceback (most recent call last): 2020-07-26T16:22:37,660 File "", line 1, in 2020-07-26T16:22:37,660 File "/tmp/pip-wheel-q7mnln_2/mlbapi/setup.py", line 8, in 2020-07-26T16:22:37,661 from mlbapi import __version__ 2020-07-26T16:22:37,661 File "/tmp/pip-wheel-q7mnln_2/mlbapi/mlbapi/__init__.py", line 14, in 2020-07-26T16:22:37,662 from .data.game import get_linescore 2020-07-26T16:22:37,662 File "/tmp/pip-wheel-q7mnln_2/mlbapi/mlbapi/data/__init__.py", line 9, in 2020-07-26T16:22:37,663 from mlbapi.utils import to_api_keys 2020-07-26T16:22:37,663 File "/tmp/pip-wheel-q7mnln_2/mlbapi/mlbapi/utils.py", line 4, in 2020-07-26T16:22:37,664 import inflection 2020-07-26T16:22:37,664 ModuleNotFoundError: No module named 'inflection' 2020-07-26T16:22:37,784 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-26T16:22:37,785 Exception information: 2020-07-26T16:22:37,785 Traceback (most recent call last): 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-26T16:22:37,785 status = self.run(options, args) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-26T16:22:37,785 return func(self, options, args) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-26T16:22:37,785 reqs, check_supported_wheels=True 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-26T16:22:37,785 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-26T16:22:37,785 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-26T16:22:37,785 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-26T16:22:37,785 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-26T16:22:37,785 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-26T16:22:37,785 self.req.prepare_metadata() 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-26T16:22:37,785 self.metadata_directory = self._generate_metadata() 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-26T16:22:37,785 details=self.name or "from {}".format(self.link) 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-26T16:22:37,785 command_desc='python setup.py egg_info', 2020-07-26T16:22:37,785 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-26T16:22:37,785 raise InstallationError(exc_msg) 2020-07-26T16:22:37,785 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-26T16:22:37,798 Removed mlbapi==0.1.4 from https://files.pythonhosted.org/packages/a0/51/894928fefeec10201bc565261bd376cfa3b13a627ed830bf179429b7cd7a/mlbapi-0.1.4.tar.gz#sha256=8ab065910dd7fca9f8229af8e90c6dc1ae2021aa8dba54392e0c2070e8a7d454 from build tracker '/tmp/pip-req-tracker-06fjbw3s' 2020-07-26T16:22:37,799 Removed build tracker: '/tmp/pip-req-tracker-06fjbw3s'