Skip to content

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