Error installing module - egg_info

Asked

Viewed 71 times

2

Good afternoon, I’m using python 3 through Anaconda. I need to install the Pattern module and I’m trying to install it through eating Pip.

Pip install Pattern

I get the following error:

"python setup.py egg_info" failed with error code 1

My operating system is WIN7 x64

Any suggestions?

  • Have you tried this solution: http://stackoverflow.com/questions/17886647/cant-install-via-pip-because-of-egg-info-error (Soen)

  • My specific problem is that the module in question does not support python 3.

  • 1

    Unfortunately if the module you need to install is not compatible with the python version you are using, installation will not be possible.

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.