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

Mopidy fails to load extensions with additional dependencies #11706

Closed
jgillich opened this issue Dec 14, 2015 · 4 comments
Closed

Mopidy fails to load extensions with additional dependencies #11706

jgillich opened this issue Dec 14, 2015 · 4 comments
Labels

Comments

@jgillich
Copy link
Member

Mopidy fails to load extensions that have additional dependencies. mopidy-spotify fails because it depends on pyspotify:

mopidy[2776]: INFO     Disabled extension spotify: Dependency The 'pyspotify<1.999,>=1.9' distribution was not found and is required by the application not found

I guess this is because only the extension path is added to PYTHONPATH and not the path of any sub-dependencies, but I don't know much about Python.

@domenkozar
Copy link
Member

@spwhitt
Copy link
Contributor

spwhitt commented Dec 14, 2015

I got mopidy-spotify working at home a couple days ago but haven't made a PR for the changes yet. I'll do that tonight (~8hrs from now)

@jgillich
Copy link
Member Author

@spwhitt That is great to hear 👍

@spwhitt
Copy link
Contributor

spwhitt commented Dec 16, 2015

@jgillich Just ran into this problem by rebasing onto a more recent nixpkgs, I see what you're talking about now. I'm working around it for now by adding the extra dependencies to mopidy's package, but I'll look into @domenkozar 's suggestion if I find time..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants