AlexxIT / HassWP

Portable version of Home Assistant for Windows (no need to install)
https://github.com/AlexxIT/Blog
633 stars 76 forks source link

distribution not found (google-cloud-pubsub) #11

Closed murrshot closed 3 years ago

murrshot commented 3 years ago

Hi. I’ve been following the guides trying to get my nest doorbell working but when I get to the part where I click on the Nest integration to install nothing happens. Any idea what the issue below might be? Missing package maybe and if so can I manually update it? Thanks!

File “G:\Downloadz\HassWP_2021.1.1\python-3.8.7\lib\site-packages\pkg_resourcesinit.py”, line 465, in get_distribution dist = get_provider(dist) File “G:\Downloadz\HassWP_2021.1.1\python-3.8.7\lib\site-packages\pkg_resourcesinit.py”, line 341, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File “G:\Downloadz\HassWP_2021.1.1\python-3.8.7\lib\site-packages\pkg_resourcesinit.py”, line 884, in require needed = self.resolve(parse_requirements(requirements)) File “G:\Downloadz\HassWP_2021.1.1\python-3.8.7\lib\site-packages\pkg_resourcesinit.py”, line 770, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The ‘google-cloud-pubsub’ distribution was not found and is required by the application

murrshot commented 3 years ago

I think i got it. I ran python.exe -m pip install google-cloud-pubsub after seeing a similar line in the cmd window running home assistant.

murrshot commented 3 years ago

Yup I am good to go! Thanks for all your hard work on this portable version!