You are not logged in.
Has anybody tried to use Gurobi [1] with ArchLinux?
I think there are some Issues with Python (Gurobi doesn't support Python 3)
When I try to init my licence with
python2.7 grbgetkey <key>
i just get
File "grbgetkey", line 1
SyntaxError: Non-ASCII character '\x8d' in file grbgetkey on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
as result.
Any suggestion?
Regards
honnel
Offline
Ok I solved the problem by using the linux32 packages (My Linux Version: Linux localhost 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 17:28:37 UTC 2012 i686 GNU/Linux).
And
grbgetkey <key>
does the work!
Offline