Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install jetson-stats via python pip




jetson-stats - Interactive system-monitor and process viewer for all NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2], it belongs to Classifiers:

- License :: OSI Approved :: GNU Affero General Public License v3
- License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: Unix Shell
- Topic :: Software Development :: Debuggers
- Topic :: Software Development :: Embedded Systems
- Topic :: Software Development :: User Interfaces
- Topic :: System
- Topic :: System :: Hardware
- Topic :: System :: Logging
- Topic :: System :: Monitoring
- Topic :: System :: Operating System
- Topic :: System :: Operating System Kernels
- Topic :: System :: Shells
- Topic :: System :: Systems Administration
- Topic :: Terminals

When you know about this project and you want to new install jetson-stats to support your project or you get trouble as ModuleNotFoundError: No module named "jetson-stats" or ImportError: cannot import name "jetson-stats" in your project, let follow this tutorial to install jetson-stats



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_jetson-stats_env

- Active the virtual environment

test_jetson-stats_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_jetson-stats_env

- Active the virtual environment

source test_jetson-stats_env/bin/active


Step 2: OK, now, let flow below content to start the installation jetson-stats

To install jetson-stats on Windows(CMD):

py -m pip install jetson-stats

To install jetson-stats on Unix/macOs:

pip install jetson-stats


Step 3: If you want to install a specific jetson-stats version, add ==<jetson-stats version> to the end command line

Example:

pip install jetson-stats==1.6.2


Please see the version list below table:

VersionReleased dateCommand
jetson-stats 3.1.42022-05-20T14:36:41Windows:

py -m pip install jetson-stats==3.1.4

Unix/macOs:

pip install jetson-stats==3.1.4

jetson-stats 3.1.32022-03-28T22:04:09Windows:

py -m pip install jetson-stats==3.1.3

Unix/macOs:

pip install jetson-stats==3.1.3

jetson-stats 3.1.22022-01-13T18:15:43Windows:

py -m pip install jetson-stats==3.1.2

Unix/macOs:

pip install jetson-stats==3.1.2

jetson-stats 3.1.12021-08-11T09:40:46Windows:

py -m pip install jetson-stats==3.1.1

Unix/macOs:

pip install jetson-stats==3.1.1

jetson-stats 3.1.02021-03-01T15:50:57Windows:

py -m pip install jetson-stats==3.1.0

Unix/macOs:

pip install jetson-stats==3.1.0

jetson-stats 3.0.32021-01-23T13:14:29Windows:

py -m pip install jetson-stats==3.0.3

Unix/macOs:

pip install jetson-stats==3.0.3

jetson-stats 3.0.22020-10-28T10:13:24Windows:

py -m pip install jetson-stats==3.0.2

Unix/macOs:

pip install jetson-stats==3.0.2

jetson-stats 3.0.12020-07-25T11:00:37Windows:

py -m pip install jetson-stats==3.0.1

Unix/macOs:

pip install jetson-stats==3.0.1

jetson-stats 3.0.02020-07-19T14:15:15Windows:

py -m pip install jetson-stats==3.0.0

Unix/macOs:

pip install jetson-stats==3.0.0

jetson-stats 2.1.02020-05-10T12:10:47Windows:

py -m pip install jetson-stats==2.1.0

Unix/macOs:

pip install jetson-stats==2.1.0

jetson-stats 2.0.42020-04-28T08:34:44Windows:

py -m pip install jetson-stats==2.0.4

Unix/macOs:

pip install jetson-stats==2.0.4

jetson-stats 2.0.32020-04-11T10:24:35Windows:

py -m pip install jetson-stats==2.0.3

Unix/macOs:

pip install jetson-stats==2.0.3

jetson-stats 2.0.22020-04-07T18:08:00Windows:

py -m pip install jetson-stats==2.0.2

Unix/macOs:

pip install jetson-stats==2.0.2

jetson-stats 2.0.12020-04-04T13:33:21Windows:

py -m pip install jetson-stats==2.0.1

Unix/macOs:

pip install jetson-stats==2.0.1

jetson-stats 2.0.02020-03-28T20:06:00Windows:

py -m pip install jetson-stats==2.0.0

Unix/macOs:

pip install jetson-stats==2.0.0

jetson-stats 1.8.32020-02-15T18:41:48Windows:

py -m pip install jetson-stats==1.8.3

Unix/macOs:

pip install jetson-stats==1.8.3

jetson-stats 1.8.22020-02-15T18:01:00Windows:

py -m pip install jetson-stats==1.8.2

Unix/macOs:

pip install jetson-stats==1.8.2

jetson-stats 1.8.12020-02-15T16:33:33Windows:

py -m pip install jetson-stats==1.8.1

Unix/macOs:

pip install jetson-stats==1.8.1

jetson-stats 1.8.02020-02-09T00:41:45Windows:

py -m pip install jetson-stats==1.8.0

Unix/macOs:

pip install jetson-stats==1.8.0

jetson-stats 1.7.112020-02-05T22:27:19Windows:

py -m pip install jetson-stats==1.7.11

Unix/macOs:

pip install jetson-stats==1.7.11

jetson-stats 1.7.102020-02-02T22:45:08Windows:

py -m pip install jetson-stats==1.7.10

Unix/macOs:

pip install jetson-stats==1.7.10

jetson-stats 1.7.92020-01-26T17:35:19Windows:

py -m pip install jetson-stats==1.7.9

Unix/macOs:

pip install jetson-stats==1.7.9

jetson-stats 1.7.82019-12-23T16:49:48Windows:

py -m pip install jetson-stats==1.7.8

Unix/macOs:

pip install jetson-stats==1.7.8

jetson-stats 1.7.72019-11-16T13:58:27Windows:

py -m pip install jetson-stats==1.7.7

Unix/macOs:

pip install jetson-stats==1.7.7

jetson-stats 1.7.62019-11-05T23:18:44Windows:

py -m pip install jetson-stats==1.7.6

Unix/macOs:

pip install jetson-stats==1.7.6

jetson-stats 1.7.52019-11-02T12:36:09Windows:

py -m pip install jetson-stats==1.7.5

Unix/macOs:

pip install jetson-stats==1.7.5

jetson-stats 1.7.42019-07-21T10:23:20Windows:

py -m pip install jetson-stats==1.7.4

Unix/macOs:

pip install jetson-stats==1.7.4

jetson-stats 1.7.32019-06-22T22:59:24Windows:

py -m pip install jetson-stats==1.7.3

Unix/macOs:

pip install jetson-stats==1.7.3

jetson-stats 1.7.22019-06-18T15:34:31Windows:

py -m pip install jetson-stats==1.7.2

Unix/macOs:

pip install jetson-stats==1.7.2

jetson-stats 1.7.12019-06-18T14:17:13Windows:

py -m pip install jetson-stats==1.7.1

Unix/macOs:

pip install jetson-stats==1.7.1

jetson-stats 1.7.02019-06-16T09:21:15Windows:

py -m pip install jetson-stats==1.7.0

Unix/macOs:

pip install jetson-stats==1.7.0

jetson-stats 1.6.132019-06-13T13:31:46Windows:

py -m pip install jetson-stats==1.6.13

Unix/macOs:

pip install jetson-stats==1.6.13

jetson-stats 1.6.122019-06-09T17:37:43Windows:

py -m pip install jetson-stats==1.6.12

Unix/macOs:

pip install jetson-stats==1.6.12

jetson-stats 1.6.112019-06-08T10:17:26Windows:

py -m pip install jetson-stats==1.6.11

Unix/macOs:

pip install jetson-stats==1.6.11

jetson-stats 1.6.102019-06-05T07:54:23Windows:

py -m pip install jetson-stats==1.6.10

Unix/macOs:

pip install jetson-stats==1.6.10

jetson-stats 1.6.92019-06-04T17:16:37Windows:

py -m pip install jetson-stats==1.6.9

Unix/macOs:

pip install jetson-stats==1.6.9

jetson-stats 1.6.82019-05-22T21:41:56Windows:

py -m pip install jetson-stats==1.6.8

Unix/macOs:

pip install jetson-stats==1.6.8

jetson-stats 1.6.72019-05-21T21:38:38Windows:

py -m pip install jetson-stats==1.6.7

Unix/macOs:

pip install jetson-stats==1.6.7

jetson-stats 1.6.62019-05-19T19:13:17Windows:

py -m pip install jetson-stats==1.6.6

Unix/macOs:

pip install jetson-stats==1.6.6

jetson-stats 1.6.52019-05-19T18:42:25Windows:

py -m pip install jetson-stats==1.6.5

Unix/macOs:

pip install jetson-stats==1.6.5

jetson-stats 1.6.42019-05-19T15:07:28Windows:

py -m pip install jetson-stats==1.6.4

Unix/macOs:

pip install jetson-stats==1.6.4

jetson-stats 1.6.32019-05-19T14:35:37Windows:

py -m pip install jetson-stats==1.6.3

Unix/macOs:

pip install jetson-stats==1.6.3

jetson-stats 1.6.22019-05-19T13:50:39Windows:

py -m pip install jetson-stats==1.6.2

Unix/macOs:

pip install jetson-stats==1.6.2


Step 4: Otherwise, you can install jetson-stats from local archives:

Download the distribution file from jetson-stats-3.1.4.tar.gz or the specific jetson-stats version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_jetson-stats_downloaded_file>

On Unix/macOs:

pip install <path_to_jetson-stats_downloaded_file>


List distribution:

- jetson-stats-1.6.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.10.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.11.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.12.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.6.13.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.10.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.7.11.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.4rc0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.4rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.4rc2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-1.8.4rc3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.dev6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0rc2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0rc3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0rc4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.0.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.1.0rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-2.5.0rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.0rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.0rc2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.0.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.1.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-3.1.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-4.0.0rc1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-4.0.0rc2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-4.0.0rc3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- jetson-stats-4.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)


Project link:

- Homepage
- Download
- Bug Reports
- Examples
- How To
- Source