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

Allow install on Raspian #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bradleyjames
Copy link
Contributor

Previously:

Traceback (most recent call last):
  File "./setup.py", line 587, in <module>
    main()
  File "./setup.py", line 580, in main
    install_plugin()
  File "./setup.py", line 498, in install_plugin
    install_packages(SYSTEM_DEPENDENCIES)
  File "./setup.py", line 254, in install_packages
    command = DISTRIBUTION_TO_INSTALLER[detect_linux_distribution()] + " ".join(packages)
KeyError: 'Raspbian GNU'

I've installed it and it runs fine with no other changes.

@yimuniao
Copy link
Contributor

yimuniao commented Mar 24, 2017

It does not fully test on Raspian. I am afraid we can not merge it.

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.

2 participants