I'm using HA OS, and its not installing the python library `glocaltokens` - which appears to be failing on the install of `grpcio`
See original GitHub issueI’m using HA OS, and its not installing the python library glocaltokens
- which appears to be failing on the install of grpcio
FileNotFoundError: [Errno 2] No such file or directory: 'c++'
_Originally posted by @bacco007 in https://github.com/leikoilja/ha-google-home/issues/93#issuecomment-803814517_
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (5 by maintainers)
Top Results From Across the Web
Unable to install grpcio using pip install grpcio - Stack Overflow
I ran into same issue using python 3.7 with setuptools is 41.0.1 while installing package that includes building wheel for gracio .
Read more >Troubleshooting installation problems - Home Assistant
It can happen that you run into trouble while installing Home Assistant. This page is here to help you solve the most common...
Read more >pip install grpcio==1.0.1 - PyPI
Package for gRPC Python. Installation. gRPC Python is available for Linux, Mac OS X, and Windows running Python 2.7. From PyPI. If you...
Read more >Install Python dependencies | Cloud Composer
Install a package from PyPI. A package can be installed from Python Package Index if it has no external dependencies or conflicts with...
Read more >tensorflow-macos cannot be install… | Apple Developer Forums
... to create a new conda environment with python 3.8, and then tried to install tensorflow-macos, but it failed because of grpcio cannot...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bacco007
I just did a fresh install of HAOS in VirtualBox as describe in HA’s installation guide. I add HACS. Had some unrelated issues, fixed them. Added this integration through the normal repository and logged in and it work for me. I don’t have a machine to install
proxmox
on and test it. But it should not differ from my test as a VM should be a VM as long as it is running on the same architecture.I will need some more information about what you have done to your setup to understand what is different about yours.
You should be able to install it anyways if you follow @leikoilja instructions 😄
I will setup a test machine and see if i can sort this out. 😄
EDIT: I ran into some problems installing HACS in my VM. When i get them sorted out, i will continue this quest.