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

pybonjour missing #55

Closed
linor opened this issue Dec 29, 2014 · 5 comments
Closed

pybonjour missing #55

linor opened this issue Dec 29, 2014 · 5 comments

Comments

@linor
Copy link

linor commented Dec 29, 2014

I'm running the latest develop branch from octoprint, and on octopi the pybonjour package is not installed by default. With the latest slicer adjustments to direct printing to octoprint, it's quite convenient to have bonjour working.

A simple install of the libavahi-compat-libdnssd1 package and then a pip install of pybonjour fixed this.

@guysoft
Copy link
Owner

guysoft commented Dec 29, 2014

If you switched to OctoPrints devel branch make sure you run

~/oprint/bin/pip install -r ~/OctoPrint/requirements.txt

As mentioned in #4
Otherwise new dependencies would not be installed. You might still be missing something else.

Does that fix the problem for you or do you need the libavahi-compat-libdnssd-dev package too?

@linor
Copy link
Author

linor commented Dec 29, 2014

I already installed it manually, but will retry with a clean install tomorrow. However, the requirements.txt file does not list pybonjour, although I suppose it could be a dependency of one of the other packages in there.

@guysoft
Copy link
Owner

guysoft commented Dec 29, 2014

@foosel Updated required of requirements.txt?

@foosel
Copy link
Collaborator

foosel commented Dec 29, 2014

No, it's intentional that it's missing from there since it was causing problems on Rasbian if it was part of the requirements.txt file, see here.

@foosel
Copy link
Collaborator

foosel commented Jul 5, 2015

Included in 0.12

@foosel foosel closed this as completed Jul 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants