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 <l...@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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to