Search Criteria
Package Details: py-spy 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/py-spy.git (read-only, click to copy) |
---|---|
Package Base: | py-spy |
Description: | Sampling profiler for Python programs |
Upstream URL: | https://github.com/benfred/py-spy |
Licenses: | MIT |
Submitter: | craftyguy |
Maintainer: | yigits |
Last Packager: | yigits |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-16 21:28 (UTC) |
Last Updated: | 2024-11-02 13:32 (UTC) |
Dependencies (3)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Required by (2)
- flamelens-git (optional)
- python-ray (optional)
Latest Comments
« First ‹ Previous 1 2
blueyed commented on 2018-09-22 14:52 (UTC)
When using pip directly to install py-spy it will use wheels, while python-py-spy will build the package (which takes quite some time). Couldn't/shouldn't the package use the wheel also?
craftyguy commented on 2018-09-07 15:44 (UTC)
@mathieu.clabaut
Seems like it is failing to compile backtrace-sys. I suggest reporting this problem to that project: https://github.com/alexcrichton/backtrace-rs/issues
A quick scan of the open/closed issues there shows some other build problems (some on Arch), though I didn't see any with this exact failure.
mathieu.clabaut commented on 2018-09-07 15:34 (UTC)
Trying to build this package, I get :
« First ‹ Previous 1 2