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)
– Berriel
My specific problem is that the module in question does not support python 3.
– José Ferraz Neto
Unfortunately if the module you need to install is not compatible with the python version you are using, installation will not be possible.
– drgarcia1986