Yop,
étant tombé sur cette article
j'ai voulu tester pypy, je suis donc les instructions : à savoir
pip install "cffi>=1.0.dev0"
Collecting cffi>=1.0.dev0
Downloading cffi-1.0.0b1.tar.gz (399kB)
100% |████████████████████████████████| 401kB 212kB/s
Collecting pycparser (from cffi>=1.0.dev0)
Downloading pycparser-2.12.tar.gz (297kB)
100% |████████████████████████████████| 299kB 134kB/s
Installing collected packages: pycparser, cffi
Running setup.py install for pycparser
Running setup.py install for cffi
Successfully installed cffi-1.0.0b1 pycparser-2.12
ensuite j'ouvre un terminal python3 pour tester :
[boblinux@bobz ~]$ python3
Python 3.4.3 (default, Mar 26 2015, 07:36:01)
[GCC 4.9.2 20150304 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cffi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'cffi'
et voilà que je me prends un joli import error...
à qquoi est-ce dû?
ps : je suis sur une becane manjaro linux (basée sur archlinux)