[pypy-dev] Multiprocessing - CPython and PyPy

Luis José Novoa luisjosenovoa at gmail.com
Tue Nov 24 16:31:14 EST 2015


I get the following:

\Downloads\pypy-4.0.0-win32\pypy-4.0.0-win32\site-packages\gurobipy\__init__.py",
line 1, in <module>
    from .gurobipy import *
ImportError: No module named gurobipy.gurobipy


After installing it as pypy setup,py install

On Tue, Nov 24, 2015 at 3:45 PM, Laura Creighton <lac at openend.se> wrote:

> In a message of Tue, 24 Nov 2015 15:35:26 -0500, Luis José Novoa writes:
> >Hi Maciej,
> >
> >Thanks for your reply. The problem is that Im using gurobipy (for the
> >interaction with the mathematical programming solver Gurobi) to solve a
> >master problem and then using the output to solve the subproblems. Now,
> >gurobipy is not compatible wiith PyPy.
>
> You've tried and it doesn't work?  Gorobipy wants numpy in order
> to work, but the question is _how much numpy_?  If you are lucky,
> the parts it needs are already in pypy's numpy support.
>
> Laura
>
>


-- 
Luis J. Novoa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20151124/0b87b4c6/attachment-0001.html>


More information about the pypy-dev mailing list