Search Criteria
Package Details: python-control 0.10.2-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-control.git (read-only, click to copy) |
|---|---|
| Package Base: | python-control |
| Description: | Python Control Systems Library. |
| Upstream URL: | https://github.com/python-control/python-control |
| Licenses: | BSD-3-Clause |
| Submitter: | calcmogul |
| Maintainer: | medaminezghal |
| Last Packager: | medaminezghal |
| Votes: | 7 |
| Popularity: | 0.000014 |
| First Submitted: | 2015-09-05 22:38 (UTC) |
| Last Updated: | 2026-05-18 12:09 (UTC) |
Dependencies (18)
- python
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-cvxopt (check)
- python-numpydoc (check)
- python-pandas (check)
- python-pytest (check)
- python-pytest-timeout (check)
- python-slycotAUR (python-slycot-gitAUR, python-slycot-mklAUR) (check)
- python-cvxopt (optional) – cvxopt
- python-pandas (optional) – pandas
- python-slycotAUR (python-slycot-gitAUR, python-slycot-mklAUR) (optional) – slycot
Latest Comments
1 2 Next › Last »
Jona commented on 2026-05-19 19:03 (UTC) (edited on 2026-05-19 19:08 (UTC) by Jona)
I don't understand why are you changing the expected fails on the function prepare(). If I remove the package() function, it builds just fine. Please note that also I had to set the DISPLAY environment variable to nothing to avoid the following error:
The PKGBUILD that is working from my side is this:
medaminezghal commented on 2024-08-24 17:11 (UTC) (edited on 2024-08-24 17:12 (UTC) by medaminezghal)
The package is outdated The latest version is 0.10.1
Jona commented on 2023-09-16 11:38 (UTC) (edited on 2023-09-16 19:20 (UTC) by Jona)
I can confirm that the changes done in PKGBUILD are working ok on aarch64 (RaspberryPi 400, but for any other board the result should be the same), using makepkg.
There is a problem with the check function:
that it is solved after installing tk package (does not come by default when installing python on raspberry pi) or configuring a Matplotlib backend.
Pytest results:
To avoid dependency on xvfb-run, the check() function can be modified to:
Jona commented on 2023-09-14 19:28 (UTC) (edited on 2023-09-14 19:31 (UTC) by Jona)
For those struggling with installation of this package with current versions of python-numpy (please check also my comment in python-slycot, and if the maintainer has some spare time he can also update this PKGBUILD):
Vial commented on 2023-09-05 21:03 (UTC) (edited on 2023-09-05 21:03 (UTC) by Vial)
I get the following error during installation:
"Missing dependency python-numpy<1.23.0"
While numpy is currently at 1.25.1
bnavigator commented on 2021-03-24 23:42 (UTC)
Python2 is no longer supported
amael commented on 2021-03-24 20:00 (UTC)
I got an error building the package: pytest was not available
You may want to add
python-pytestto the check dependencies, I did that and it worked for me.fernando_morais commented on 2019-11-03 14:06 (UTC)
m-pilia, the python2-scikit-build package maintainer, recommends the following workaround:
"As a workaround, since this seems to be only an issue with the pytest setup, you can delete or comment out the check() function from the PKGBUILD file" (of the python2-scikit-build package).
It worked and python-control installation was completed.
calcmogul commented on 2019-10-29 02:14 (UTC)
The PKGBUILD already depends on python-slycot as of this commit: https://aur.archlinux.org/cgit/aur.git/commit/?h=python-control&id=
8d96210bb1c8fernando_morais commented on 2019-10-29 01:29 (UTC)
@calcmogul: python2-scikit-build was updated on 2019-10-03. https://aur.archlinux.org/packages/python2-scikit-build/
1 2 Next › Last »