Search Criteria
Package Details: python-control 0.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-control.git (read-only, click to copy) |
---|---|
Package Base: | python-control |
Description: | Implements basic operations for analysis and design of feedback control systems in Python |
Upstream URL: | https://github.com/python-control/python-control |
Licenses: | BSD |
Submitter: | calcmogul |
Maintainer: | bnavigator |
Last Packager: | bnavigator |
Votes: | 6 |
Popularity: | 0.000168 |
First Submitted: | 2015-09-05 22:38 (UTC) |
Last Updated: | 2022-07-09 10:26 (UTC) |
Dependencies (8)
- python-matplotlib (python-matplotlib-gitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-timeout (check)
- python-slycotAUR (python-slycot-mklAUR, python-slycotAUR, python-slycot-gitAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
- python-slycotAUR (python-slycot-mklAUR, python-slycotAUR, python-slycot-gitAUR) (optional) – matrix equation support, model simplification tools, and state feedback
Latest Comments
1 2 Next › Last »
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-pytest
to 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=
8d96210bb1c8
fernando_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/
calcmogul commented on 2019-09-29 03:54 (UTC)
python-slycot currently doesn't compile because python2-scikit-build doesn't exist (and that's been brought up in a comment on python-scikit-build). I'll update the dependency once that's fixed.
1 2 Next › Last »