Search Criteria
Package Details: python-gurobipy 12.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gurobipy.git (read-only, click to copy) |
---|---|
Package Base: | python-gurobipy |
Description: | Python interface to Gurobi |
Upstream URL: | https://www.gurobi.com/products/gurobi-optimizer |
Licenses: | custom:Gurobi EULA |
Submitter: | vitaliikuzhdin |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-09-26 21:36 (UTC) |
Last Updated: | 2025-01-28 10:51 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gurobiAUR (gurobi81AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-installer (make)
- python-wheel (make)
Latest Comments
vitaliikuzhdin commented on 2025-01-28 10:52 (UTC) (edited on 2025-01-28 10:57 (UTC) by vitaliikuzhdin)
@Viech, package updated, the issue was resolved by upstream.
Viech commented on 2025-01-17 16:08 (UTC)
@vitaliikuzhdin, thanks for your effort! I got it to run locally for now by installing
aur/python3.12
and using itsensurepip
/pip
modules.vitaliikuzhdin commented on 2025-01-17 15:07 (UTC)
@Viech, I've tried patching it further but I get segfaults. Using
aur/python3.12
isn't an option either because we'd have to import all build-time and runtime dependencies for it to work. Until the next update, the package will be broken. Use a tool likepipx
to make it work for now.vitaliikuzhdin commented on 2025-01-12 16:11 (UTC) (edited on 2025-01-12 16:12 (UTC) by vitaliikuzhdin)
@Viech, this is because
v12.0.0
was compiled to work withpython3.12
, but Arch Linux now shipspython3.13
. I have tried manually patching it to run withpython3.13
:but I ran into an error:
Until the next version is released, you would be better off running it in a virtual environment. I'll try to repackage this for
aur/python312
a bit later.Viech commented on 2025-01-12 14:43 (UTC)
I've patched the
gurobi
package to version12.0.0
and am getting the following exception with this one: