Search Criteria
Package Details: python-gurobipy 12.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-gurobipy.git (read-only, click to copy) |
|---|---|
| Package Base: | python-gurobipy |
| Description: | State-of-the-art solver for mathematical programming (Python bindings) |
| Upstream URL: | https://www.gurobi.com/products/gurobi-optimizer |
| Licenses: | custom:Gurobi EULA |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 1 |
| Popularity: | 0.009855 |
| First Submitted: | 2024-09-26 21:36 (UTC) |
| Last Updated: | 2025-08-26 22:21 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gurobiAUR
- python
- python-installer (make)
Required by (1)
- gurobi (optional)
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.12and using itsensurepip/pipmodules.vitaliikuzhdin commented on 2025-01-17 15:07 (UTC)
@Viech, I've tried patching it further but I get segfaults. Using
aur/python3.12isn'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 likepipxto 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.0was 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/python312a bit later.Viech commented on 2025-01-12 14:43 (UTC)
I've patched the
gurobipackage to version12.0.0and am getting the following exception with this one: