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

Installation cleaning ERROR 1 #48

Closed
darkmorpher opened this issue Feb 1, 2016 · 2 comments
Closed

Installation cleaning ERROR 1 #48

darkmorpher opened this issue Feb 1, 2016 · 2 comments

Comments

@darkmorpher
Copy link

C:\Users\ex>pip install pdfparanoia
Collecting pdfparanoia
  Downloading pdfparanoia-0.0.15.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "c:\users\ex\appdata\local\temp\pip-build-ftnxqw\pdfparanoia\setup.py", line 6, in <module>
        import pdfparanoia
      File "c:\users\ex\appdata\local\temp\pip-build-ftnxqw\pdfparanoia\pdfparanoi\__init__.py", line 27, in <module>
        from .core import scrub
      File "c:\users\ex\appdata\local\temp\pip-build-ftnxqw\pdfparanoia\pdfparanoia\core.py", line 13, in <module>
        from .parser import (
      File "c:\users\ex\appdata\local\temp\pip-build-ftnxqw\pdfparanoia\pdfparanoi\parser.py", line 18, in <module>
        import pdfminer.pdfparser
    ImportError: No module named pdfminer.pdfparser

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\ex\appdata\local\temp\pip-build-ftnxqw\pdfparanoia
@kanzure
Copy link
Owner

kanzure commented Feb 1, 2016

Could you try with pip3 by any chance?

@darkmorpher
Copy link
Author

@kanzure

pip 8.0.2 on python 2.7

Manually installing pdfminer did the trick even though that should not be the case

But now I'm getting this http://paste.is/12915/54360776/raw

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

No branches or pull requests

2 participants