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

How to install PyEyeTrack via python pip




PyEyeTrack - PyEyeTrack is a python-based pupil-tracking library. The library tracks eyes with the commodity webcam and gives a real-time stream of eye coordinates. It provides the functionality of eye-tracking and blink detection and encapsulates these in a generic interface that allows clients to use these functionalities in a variety of use-cases., it belongs to Classifiers:

- Topic :: Software Development :: Build Tools

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



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_PyEyeTrack_env

- Active the virtual environment

test_PyEyeTrack_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_PyEyeTrack_env

- Active the virtual environment

source test_PyEyeTrack_env/bin/active


Step 2: OK, now, let flow below content to start the installation PyEyeTrack

To install PyEyeTrack on Windows(CMD):

py -m pip install PyEyeTrack

To install PyEyeTrack on Unix/macOs:

pip install PyEyeTrack


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

Example:

pip install PyEyeTrack==0.1


Please see the version list below table:

VersionReleased dateCommand
PyEyeTrack 1.0.12020-07-27T11:24:19Windows:

py -m pip install PyEyeTrack==1.0.1

Unix/macOs:

pip install PyEyeTrack==1.0.1

PyEyeTrack 1.0.02020-07-27T04:37:26Windows:

py -m pip install PyEyeTrack==1.0.0

Unix/macOs:

pip install PyEyeTrack==1.0.0

PyEyeTrack 0.3.6.342020-07-24T16:01:58Windows:

py -m pip install PyEyeTrack==0.3.6.34

Unix/macOs:

pip install PyEyeTrack==0.3.6.34

PyEyeTrack 0.3.6.332020-07-24T12:45:14Windows:

py -m pip install PyEyeTrack==0.3.6.33

Unix/macOs:

pip install PyEyeTrack==0.3.6.33

PyEyeTrack 0.3.6.322020-07-24T10:04:06Windows:

py -m pip install PyEyeTrack==0.3.6.32

Unix/macOs:

pip install PyEyeTrack==0.3.6.32

PyEyeTrack 0.3.6.312020-07-24T09:16:52Windows:

py -m pip install PyEyeTrack==0.3.6.31

Unix/macOs:

pip install PyEyeTrack==0.3.6.31

PyEyeTrack 0.3.6.302020-07-24T07:16:51Windows:

py -m pip install PyEyeTrack==0.3.6.30

Unix/macOs:

pip install PyEyeTrack==0.3.6.30

PyEyeTrack 0.3.6.282020-07-24T06:57:59Windows:

py -m pip install PyEyeTrack==0.3.6.28

Unix/macOs:

pip install PyEyeTrack==0.3.6.28

PyEyeTrack 0.3.6.272020-07-24T06:00:30Windows:

py -m pip install PyEyeTrack==0.3.6.27

Unix/macOs:

pip install PyEyeTrack==0.3.6.27

PyEyeTrack 0.3.6.262020-07-23T21:02:11Windows:

py -m pip install PyEyeTrack==0.3.6.26

Unix/macOs:

pip install PyEyeTrack==0.3.6.26

PyEyeTrack 0.3.6.252020-07-23T17:41:23Windows:

py -m pip install PyEyeTrack==0.3.6.25

Unix/macOs:

pip install PyEyeTrack==0.3.6.25

PyEyeTrack 0.3.6.242020-07-23T17:36:30Windows:

py -m pip install PyEyeTrack==0.3.6.24

Unix/macOs:

pip install PyEyeTrack==0.3.6.24

PyEyeTrack 0.3.6.232020-07-23T17:32:34Windows:

py -m pip install PyEyeTrack==0.3.6.23

Unix/macOs:

pip install PyEyeTrack==0.3.6.23

PyEyeTrack 0.3.6.222020-07-23T17:29:38Windows:

py -m pip install PyEyeTrack==0.3.6.22

Unix/macOs:

pip install PyEyeTrack==0.3.6.22

PyEyeTrack 0.3.6.212020-07-23T17:24:40Windows:

py -m pip install PyEyeTrack==0.3.6.21

Unix/macOs:

pip install PyEyeTrack==0.3.6.21

PyEyeTrack 0.3.6.202020-07-23T17:19:31Windows:

py -m pip install PyEyeTrack==0.3.6.20

Unix/macOs:

pip install PyEyeTrack==0.3.6.20

PyEyeTrack 0.3.6.192020-07-23T16:26:23Windows:

py -m pip install PyEyeTrack==0.3.6.19

Unix/macOs:

pip install PyEyeTrack==0.3.6.19

PyEyeTrack 0.3.6.182020-07-23T16:17:42Windows:

py -m pip install PyEyeTrack==0.3.6.18

Unix/macOs:

pip install PyEyeTrack==0.3.6.18

PyEyeTrack 0.3.6.172020-07-23T09:43:03Windows:

py -m pip install PyEyeTrack==0.3.6.17

Unix/macOs:

pip install PyEyeTrack==0.3.6.17

PyEyeTrack 0.3.6.162020-07-23T09:37:58Windows:

py -m pip install PyEyeTrack==0.3.6.16

Unix/macOs:

pip install PyEyeTrack==0.3.6.16

PyEyeTrack 0.3.6.152020-07-23T09:27:22Windows:

py -m pip install PyEyeTrack==0.3.6.15

Unix/macOs:

pip install PyEyeTrack==0.3.6.15

PyEyeTrack 0.3.6.142020-07-23T09:17:30Windows:

py -m pip install PyEyeTrack==0.3.6.14

Unix/macOs:

pip install PyEyeTrack==0.3.6.14

PyEyeTrack 0.3.6.132020-07-23T09:10:39Windows:

py -m pip install PyEyeTrack==0.3.6.13

Unix/macOs:

pip install PyEyeTrack==0.3.6.13

PyEyeTrack 0.3.6.122020-07-23T09:04:26Windows:

py -m pip install PyEyeTrack==0.3.6.12

Unix/macOs:

pip install PyEyeTrack==0.3.6.12

PyEyeTrack 0.3.6.112020-07-23T08:56:45Windows:

py -m pip install PyEyeTrack==0.3.6.11

Unix/macOs:

pip install PyEyeTrack==0.3.6.11

PyEyeTrack 0.3.6.102020-07-23T08:39:16Windows:

py -m pip install PyEyeTrack==0.3.6.10

Unix/macOs:

pip install PyEyeTrack==0.3.6.10

PyEyeTrack 0.3.6.92020-07-23T08:13:08Windows:

py -m pip install PyEyeTrack==0.3.6.9

Unix/macOs:

pip install PyEyeTrack==0.3.6.9

PyEyeTrack 0.3.6.82020-07-23T07:33:11Windows:

py -m pip install PyEyeTrack==0.3.6.8

Unix/macOs:

pip install PyEyeTrack==0.3.6.8

PyEyeTrack 0.3.6.72020-07-22T20:17:23Windows:

py -m pip install PyEyeTrack==0.3.6.7

Unix/macOs:

pip install PyEyeTrack==0.3.6.7

PyEyeTrack 0.3.6.62020-07-22T20:07:00Windows:

py -m pip install PyEyeTrack==0.3.6.6

Unix/macOs:

pip install PyEyeTrack==0.3.6.6

PyEyeTrack 0.3.6.42020-07-22T07:56:05Windows:

py -m pip install PyEyeTrack==0.3.6.4

Unix/macOs:

pip install PyEyeTrack==0.3.6.4

PyEyeTrack 0.3.6.32020-07-22T07:48:16Windows:

py -m pip install PyEyeTrack==0.3.6.3

Unix/macOs:

pip install PyEyeTrack==0.3.6.3

PyEyeTrack 0.3.6.22020-07-22T07:42:11Windows:

py -m pip install PyEyeTrack==0.3.6.2

Unix/macOs:

pip install PyEyeTrack==0.3.6.2

PyEyeTrack 0.3.6.12020-07-22T07:37:35Windows:

py -m pip install PyEyeTrack==0.3.6.1

Unix/macOs:

pip install PyEyeTrack==0.3.6.1

PyEyeTrack 0.3.62020-07-22T07:27:02Windows:

py -m pip install PyEyeTrack==0.3.6

Unix/macOs:

pip install PyEyeTrack==0.3.6

PyEyeTrack 0.3.52020-07-22T07:24:04Windows:

py -m pip install PyEyeTrack==0.3.5

Unix/macOs:

pip install PyEyeTrack==0.3.5

PyEyeTrack 0.3.42020-07-22T07:19:12Windows:

py -m pip install PyEyeTrack==0.3.4

Unix/macOs:

pip install PyEyeTrack==0.3.4

PyEyeTrack 0.3.32020-07-22T07:14:45Windows:

py -m pip install PyEyeTrack==0.3.3

Unix/macOs:

pip install PyEyeTrack==0.3.3

PyEyeTrack 0.3.22020-07-22T07:07:13Windows:

py -m pip install PyEyeTrack==0.3.2

Unix/macOs:

pip install PyEyeTrack==0.3.2

PyEyeTrack 0.3.12020-07-22T06:52:32Windows:

py -m pip install PyEyeTrack==0.3.1

Unix/macOs:

pip install PyEyeTrack==0.3.1

PyEyeTrack 0.32020-07-22T06:49:45Windows:

py -m pip install PyEyeTrack==0.3

Unix/macOs:

pip install PyEyeTrack==0.3

PyEyeTrack 0.22020-07-22T06:44:12Windows:

py -m pip install PyEyeTrack==0.2

Unix/macOs:

pip install PyEyeTrack==0.2

PyEyeTrack 0.12020-07-22T06:22:25Windows:

py -m pip install PyEyeTrack==0.1

Unix/macOs:

pip install PyEyeTrack==0.1


Step 4: Otherwise, you can install PyEyeTrack from local archives:

Download the distribution file from PyEyeTrack-1.0.1.tar.gz or the specific PyEyeTrack version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_PyEyeTrack_downloaded_file>

On Unix/macOs:

pip install <path_to_PyEyeTrack_downloaded_file>


List distribution:


Project link:

- Homepage
- Download