New Tile Intergration

Getting this error when setting up the new Tile Integration in 0.112.0

ERROR: Command errored out with exit status 1: /Users/ashleywells/homeassistant/bin/python3 /Users/ashleywells/homeassistant/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/3r/xsw5y0jd0fl07zv07g5hx1500000gn/T/pip-build-env-eqltzpks/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – ‘setuptools>=30.3.0’ wheel ‘setuptools_scm>=3.3.1’ Check the logs for full command output.
2020-07-01 17:35:08 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/real_ip.py”, line 39, in real_ip_middleware
return await handler(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/ban.py”, line 73, in ban_middleware
return await handler(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/auth.py”, line 127, in auth_middleware
return await handler(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/view.py”, line 129, in handle
result = await result
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/config/config_entries.py”, line 112, in post
return await super().post(request)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/components/http/data_validator.py”, line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/helpers/data_entry_flow.py”, line 69, in post
result = await self._flow_mgr.async_init(
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/data_entry_flow.py”, line 117, in async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/config_entries.py”, line 525, in async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 322, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/requirements.py”, line 77, in async_get_integration_with_requirements
await async_process_requirements(
File “/Users/ashleywells/homeassistant/lib/python3.8/site-packages/homeassistant/requirements.py”, line 130, in async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for tile not found: [‘pytile==3.0.6’].

I managed to fix by installing pytile separately using pip install pytile.