pip - Failed to install PyZMQ 13.1 for PyPy 2.0.2 on Ubuntu 12.04.2 LTS -
i use pip install root. works cpython because doesn't use cffi backend. pypy following error:
importerror: pyzmq cffi backend couldn't find zeromq: [errno 2] no such file or directory: '/********/site-packages/zmq/cffi_core/__pycache__/_cffi__g5368a726x67d4e236.c'
the '/**/site-packages/zmq/cffi_core/ directory exists , contains following .py files(and correponding .pyc):
-rw-r--r-- 1 root 7.8k jul 16 17:29 _cffi.py -rw-r--r-- 1 root 406 jul 16 17:29 constants.py -rw-r--r-- 1 root 2.2k jul 16 17:29 context.py -rw-r--r-- 1 root 915 jul 16 17:29 devices.py -rw-r--r-- 1 root 551 jul 16 17:29 error.py -rw-r--r-- 1 root 1000 jul 16 17:29 __init__.py -rw-r--r-- 1 root 1.7k jul 16 17:29 message.py -rw-r--r-- 1 root 2.1k jul 16 17:29 _poll.py -rw-r--r-- 1 root 6.8k jul 16 17:29 socket.py -rw-r--r-- 1 root 1.1k jul 16 17:29 stopwatch.py
but, there no __pycache__
directory.
by poking around cffi python files (in particular verifier.py) found can't find following cffi_g5368a726x67d4e236.pypy-20.so. couldn't find anywhere either. guess not built reason, didn't see errors during pip install.
does have idea?
Comments
Post a Comment