Skip to content

timeout error fix bellows install#55

Open
n-connect wants to merge 2 commits intowalthowd:masterfrom
n-connect:master
Open

timeout error fix bellows install#55
n-connect wants to merge 2 commits intowalthowd:masterfrom
n-connect:master

Conversation

@n-connect
Copy link

The Dockerfiles try to install bellows.git via pip3 from GitHub link directly. The command fixed from RUN pip3 install --upgrade git+git://github.com/zigpy/bellows.git to 'RUN pip3 install --upgrade git+https://github.com/zigpy/bellows.git'

With this proper call the bellows.git can be installed into pip3, ncp.py run on macOS succesfully (On Linux x86_64 only scan works though, rPI not tested).

Changed from --upgrade git+git:// to git+https:// because of timeout error
bellow install fixed from --upgrade git+git:// to --upgrade git+https:// because of timeout error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant