Problem new version (0.101.1).
2019-11-01 09:07:33 ERROR (MainThread) [homeassistant.components.telegram_bot] Error setting up platform polling
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 125, in __init__
from telegram.vendor.ptb_urllib3.urllib3.contrib.socks import SOCKSProxyManager
File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/contrib/socks.py", line 27, in <module>
import socks
ModuleNotFoundError: No module named 'socks'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 302, in async_setup
receiver_service = await platform.async_setup_platform(hass, p_config)
File "/usr/src/homeassistant/homeassistant/components/telegram_bot/polling.py", line 18, in async_setup_platform
bot = initialize_bot(config)
File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 395, in initialize_bot
con_pool_size=8, proxy_url=proxy_url, urllib3_proxy_kwargs=proxy_params
File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 127, in __init__
raise RuntimeError('PySocks is missing')
RuntimeError: PySocks is missing