Search Criteria
Package Details: python-picos 2.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-picos.git (read-only, click to copy) |
---|---|
Package Base: | python-picos |
Description: | A Python interface to conic optimization solvers |
Upstream URL: | https://gitlab.com/picos-api/picos |
Licenses: | GPL-3.0-or-later |
Conflicts: | python-picos-git |
Submitter: | Viech |
Maintainer: | Viech |
Last Packager: | Viech |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-19 18:31 (UTC) |
Last Updated: | 2024-10-20 15:54 (UTC) |
Dependencies (15)
- python-cvxopt
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- cplexAUR (optional) – solve using CPLEX
- gurobiAUR (gurobi81AUR) (optional) – solve using Gurobi
- mosekAUR (optional) – solve using MOSEK
- python-ecos (optional) – solve using ECOS
- python-osqp (optional) – solve using OSQP
- python-pyscipopt (python-pyscipopt-gitAUR) (optional) – solve using SCIP
- python-qicsAUR (optional) – solve using QICS
- python-smcpAUR (optional) – solve using SMCP
- python-swiglpkAUR (python-swiglpk-gitAUR) (optional) – solve using GLPK
Latest Comments
Empy commented on 2023-05-14 20:15 (UTC)
This was the case, but one also needs to do a clean rebuild of the packages. So for example when using
yay
one needs to select the option to cleanBuild.Viech commented on 2023-05-13 15:35 (UTC)
This could be due to the recent release of Python 3.11: Whenever a Python update in the second digit happens, you will need to re-install all Python packages that you have acquired from the AUR, regardless of whether you already have the latest version of the package installed.
Empy commented on 2023-05-13 04:25 (UTC)
The package stopped working recently,
import picos
returnsModuleNotFoundError: No module named 'picos'
. After installing with pip everything works. Maybe the package is out-of-date, but this is just a guess.