-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
Comments
I suggest using http://nixos.org/nixpkgs/manual/#ssec-python-build-env |
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) |
@spwhitt That is great to hear 👍 |
@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.. |
Mopidy fails to load extensions that have additional dependencies.
mopidy-spotify
fails because it depends onpyspotify
: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.
The text was updated successfully, but these errors were encountered: