[pypy-issue] [issue706] `import pybrain` fails in 1.5 on OSX

timo tracker at bugs.pypy.org
Sat Jul 16 15:14:02 CEST 2011


timo <timonator at perpetuum-immobile.de> added the comment:

you need to install pybrain using pypy. pypy will not use the site-packages 
folder from python (especially not from python2.6, as pypy conforms to the 
python 2.7 spec now)

you would probably want to open a virtualenv (make sure you have a new version!) 
and from within it, using pypy, run pip install pybrain, that should then work.

----------
nosy: +timo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue706>
________________________________________


More information about the pypy-issue mailing list