Search Criteria
Package Details: python-snakeviz 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-snakeviz.git (read-only, click to copy) |
---|---|
Package Base: | python-snakeviz |
Description: | A viewer for Python profiling data |
Upstream URL: | http://jiffyclub.github.io/snakeviz |
Keywords: | runsnakerun snakeviz |
Licenses: | BSD |
Submitter: | kjslag |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 10 |
Popularity: | 0.87 |
First Submitted: | 2015-07-13 21:22 (UTC) |
Last Updated: | 2023-06-20 19:30 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-tornado
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- ipython (ipython-gitAUR) (check)
- python-pytest (check)
- python-requests (check)
Required by (1)
- python-pyro-ppl (optional)
Latest Comments
romainhk commented on 2023-09-07 07:14 (UTC)
Hi ! I got the same issue than mbromilow, but with requests too :
mbromilow commented on 2023-06-18 23:25 (UTC)
Hi, as @yodaembedding mentioned, the makedepend
python-setuptools
is missing and needs to be added. Additionally, there is a missing dependency ofipython
:The package is broken as it will not build inside a clean chroot (e.g. using
extra-x86_64-build
) without both of these dependencies, please could you add them?thrasibule commented on 2023-05-12 13:36 (UTC)
It's been updated already. You need to refresh the PKGBUILD.
Fuzzy commented on 2023-05-12 09:49 (UTC)
I faced the same error about "--desdir". Could you please fix it?
drawm commented on 2023-05-05 21:00 (UTC)
python -m installer: error: unrecognized arguments: --desdir=/tmp/makepkg/python-snakeviz/pkg/python-snakeviz/
There is a typo in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-snakeviz#n37, it should be
--destdir=
instead of--desdir
.yodaembedding commented on 2023-01-15 05:21 (UTC) (edited on 2023-01-15 06:16 (UTC) by yodaembedding)
Missing dependency
python-setuptools
andpython-requests
.Recommendation:
Popkornium18 commented on 2022-08-07 20:15 (UTC) (edited on 2022-08-07 20:16 (UTC) by Popkornium18)
Some tests are failing during installation:
sebschrader commented on 2017-11-01 14:59 (UTC) (edited on 2017-11-01 15:00 (UTC) by sebschrader)