Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout error fix bellows install #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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