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

AssertionError: decrunch .dist-info directory not found #8

Closed
Nicofisi opened this issue Dec 21, 2017 · 3 comments
Closed

AssertionError: decrunch .dist-info directory not found #8

Nicofisi opened this issue Dec 21, 2017 · 3 comments
Labels

Comments

@Nicofisi
Copy link

Hi!

$ pip3 install decrunch || pip3 --version && python --version
Collecting decrunch
Installing collected packages: decrunch
Exception:
Traceback (most recent call last):
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\basecommand.py", line 215, in main
    status = self.run(options, args)
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\commands\install.py", line 342, in run
    prefix=options.prefix_path,
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_set.py", line 784, in install
    **kwargs
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_install.py", line 851, in install
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files
    isolated=self.isolated,
  File "c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages\pip\wheel.py", line 347, in move_wheel_files
    assert info_dir, "%s .dist-info directory not found" % req
AssertionError: decrunch .dist-info directory not found
pip 9.0.1 from c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages (python 3.6)
Python 3.6.3

Windows 10 pro btw

What can I do? ❤️ Need it for your other tools

@Nicofisi Nicofisi changed the title Cant AssertionError: decrunch .dist-info directory not found Dec 21, 2017
@jleclanche
Copy link
Member

This is on WSL?

Completely untested on Windows so, uh, I think you'll have to debug this one yourself most likely. Maybe @mischanix can help.

@Nicofisi
Copy link
Author

I fixed it after an hour, IIRC I deleted the whole c:\users\nicofisi\appdata\local\programs\python\python36\lib\site-packages, installed pip again, and then either I downloaded and installed it from here or a simple pip3 install unitypack worked.

I don't really use Python for anything else so it's not a problem for me that I lost previously downloaded packages ;)

Thanks for the great tools and Marry Christmas anyways!

@jleclanche
Copy link
Member

Cool!

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

No branches or pull requests

2 participants