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

beets: ImportError: "six" #20946

Closed
kierdavis opened this issue Dec 6, 2016 · 4 comments
Closed

beets: ImportError: "six" #20946

kierdavis opened this issue Dec 6, 2016 · 4 comments

Comments

@kierdavis
Copy link
Contributor

Issue description

After updating to the latest version of the nixos-unstable channel, I found that beets crashes on startup with the following stacktrace:

Traceback (most recent call last):
  File "/nix/store/7jhnkwyidrgmarakhdp4mxx23mv7xp04-beets-1.4.1/bin/.beet-wrapped", line 8, in <module>
    from beets.ui import main
  File "/nix/store/7jhnkwyidrgmarakhdp4mxx23mv7xp04-beets-1.4.1/lib/python2.7/site-packages/beets/__init__.py", line 20, in <module>
    from beets.util import confit
  File "/nix/store/7jhnkwyidrgmarakhdp4mxx23mv7xp04-beets-1.4.1/lib/python2.7/site-packages/beets/util/__init__.py", line 31, in <module>
    import six
ImportError: No module named six

This issue also appears to be present on nixpkgs master branch.

Steps to reproduce

git clone https://github.com/NixOS/nixpkgs.git
cd nixpkgs
nix-build -A beets
result/bin/beet

Technical details

  • System: NixOS 17.03pre96717.69bee1b (Gorilla)
  • Nix version: 1.11.4
  • Nixpkgs version: 17.03pre96799.571cf4f2
@kierdavis
Copy link
Contributor Author

cc the maintainers @aszlig @domenkozar @pjones @Profpatsch

@FRidh
Copy link
Member

FRidh commented Dec 6, 2016

Maybe related to the regression I caused (#20943). Testing now.

@FRidh
Copy link
Member

FRidh commented Dec 6, 2016

Nope, six was simply missing. I'll push a fix.

@FRidh FRidh closed this as completed in 462a63b Dec 6, 2016
@kierdavis
Copy link
Contributor Author

Thanks, that fixed it.

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

2 participants