[lttng-dev] Suggestions concerning lttng analyses
Tetreault, Francois
ftetreau at ciena.com
Wed Jan 6 15:09:33 EST 2016
Some comments concerning lttng analyses.
1- How to figure which version of the lttng analyses package is installed?
1.1- Version is "0-unknown" when using "pip3 show lttnganalyses".
Would be nice to get this fixed.
/usr/local/bin$ sudo pip3 show lttnganalyses
---
Name: lttnganalyses
Version: 0-unknown
Location: /usr/local/lib/python3.4/dist-packages
Requires:
1.2- Is there another way to get the version?
2- Cannot find python3-lttnganalyses using apt on XUbuntu 14.04.03
2.1- Followed instructions as provided in lttng analyses README file
apt-get install -y software-properties-common (or python-software-properties on 12.04)
apt-add-repository -y ppa:lttng/ppa
apt-get update
apt-get -y install lttng-tools babeltrace lttng-modules-dkms python3-babeltrace python3-progressbar python3-lttnganalyses
But python3-lttnganalyses cannot be found.
/usr/local/bin$ sudo apt search python3 | grep ltt
brltty/trusty,now 5.0-2ubuntu2 i386 [installed]
python3-lttng/trusty 2.7.x+stable+bzr2953+pack19+201512081531~ubuntu14.04.1 i386
python3-lttngust/trusty 2.7.x+stable+bzr1923+pack63+201512012316~ubuntu14.04.1 all
Had to resort to pip3 method and that worked.
pip3 install lttnganalyses
Thank you,
Francois
More information about the lttng-dev
mailing list