0

There no file by path to custom distribute pip setup:

http://python-distribute.org/distribute_setup.py

That recommeded for installation.

Setuptools prints the next error on linux debian:

$ pypy ez_setup.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
$ pypy get-pip.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'

How to handle it?

I want to install the third party python packages for pypy, for example:

$ pypy pip install pymorphy2

In windows this command works fine:

$ pypy ez_setup.py
Kirill Golikov
  • 1,354
  • 1
  • 13
  • 27
  • Where do you see ``http://python-distribute.org/distribute_setup.py``? – Armin Rigo Dec 15 '15 at 14:30
  • There is no file by path. It is the firs problem. Moreover the setuptools without distribution tool can't be installed with AttributeError – Kirill Golikov Dec 15 '15 at 16:38
  • Every pypy installation tutorial tells about distribute_setup.py and links to this address – Kirill Golikov Dec 15 '15 at 16:42
  • Maybe you should point to a particular tutorial that you're trying to follow. As asked here, we can't make sense of your problems ("it works for me but I don't know exactly what you did before") – Armin Rigo Dec 16 '15 at 08:51

0 Answers0