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

How to install yoctopuce via python pip




yoctopuce - Yoctopuce python API, it belongs to Classifiers:

- Intended Audience :: Customer Service
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: Microsoft :: Windows :: Windows 7
- Operating System :: Microsoft :: Windows :: Windows 8
- Operating System :: Microsoft :: Windows :: Windows 8.1
- Operating System :: Microsoft :: Windows :: Windows 10
- Operating System :: Microsoft :: Windows :: Windows Server 2008
- Operating System :: Microsoft :: Windows :: Windows Vista
- Operating System :: Microsoft :: Windows :: Windows XP
- Operating System :: Unix
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 3.2

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



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_yoctopuce_env

- Active the virtual environment

test_yoctopuce_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_yoctopuce_env

- Active the virtual environment

source test_yoctopuce_env/bin/active


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

To install yoctopuce on Windows(CMD):

py -m pip install yoctopuce

To install yoctopuce on Unix/macOs:

pip install yoctopuce


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

Example:

pip install yoctopuce==1.0.11026


Please see the version list below table:

VersionReleased dateCommand
yoctopuce 1.10.503572022-07-04T05:07:44Windows:

py -m pip install yoctopuce==1.10.50357

Unix/macOs:

pip install yoctopuce==1.10.50357

yoctopuce 1.10.501442022-06-17T10:00:53Windows:

py -m pip install yoctopuce==1.10.50144

Unix/macOs:

pip install yoctopuce==1.10.50144

yoctopuce 1.10.498222022-05-20T10:09:44Windows:

py -m pip install yoctopuce==1.10.49822

Unix/macOs:

pip install yoctopuce==1.10.49822

yoctopuce 1.10.495042022-04-21T13:09:53Windows:

py -m pip install yoctopuce==1.10.49504

Unix/macOs:

pip install yoctopuce==1.10.49504

yoctopuce 1.10.494162022-04-09T14:10:53Windows:

py -m pip install yoctopuce==1.10.49416

Unix/macOs:

pip install yoctopuce==1.10.49416

yoctopuce 1.10.490162022-03-15T11:09:59Windows:

py -m pip install yoctopuce==1.10.49016

Unix/macOs:

pip install yoctopuce==1.10.49016

yoctopuce 1.10.482202022-01-21T14:52:30Windows:

py -m pip install yoctopuce==1.10.48220

Unix/macOs:

pip install yoctopuce==1.10.48220

yoctopuce 1.10.476602021-12-14T10:42:15Windows:

py -m pip install yoctopuce==1.10.47660

Unix/macOs:

pip install yoctopuce==1.10.47660

yoctopuce 1.10.475822021-12-07T08:43:14Windows:

py -m pip install yoctopuce==1.10.47582

Unix/macOs:

pip install yoctopuce==1.10.47582

yoctopuce 1.10.456642021-06-29T19:55:20Windows:

py -m pip install yoctopuce==1.10.45664

Unix/macOs:

pip install yoctopuce==1.10.45664

yoctopuce 1.10.453432021-05-28T20:32:35Windows:

py -m pip install yoctopuce==1.10.45343

Unix/macOs:

pip install yoctopuce==1.10.45343

yoctopuce 1.10.441752021-03-12T10:21:54Windows:

py -m pip install yoctopuce==1.10.44175

Unix/macOs:

pip install yoctopuce==1.10.44175

yoctopuce 1.10.440292021-02-26T11:18:26Windows:

py -m pip install yoctopuce==1.10.44029

Unix/macOs:

pip install yoctopuce==1.10.44029

yoctopuce 1.10.437812021-02-09T16:48:16Windows:

py -m pip install yoctopuce==1.10.43781

Unix/macOs:

pip install yoctopuce==1.10.43781

yoctopuce 1.10.429822020-12-15T11:13:31Windows:

py -m pip install yoctopuce==1.10.42982

Unix/macOs:

pip install yoctopuce==1.10.42982

yoctopuce 1.10.420602020-10-15T07:49:25Windows:

py -m pip install yoctopuce==1.10.42060

Unix/macOs:

pip install yoctopuce==1.10.42060

yoctopuce 1.10.411152020-06-30T08:50:05Windows:

py -m pip install yoctopuce==1.10.41115

Unix/macOs:

pip install yoctopuce==1.10.41115

yoctopuce 1.10.409242020-06-10T13:19:08Windows:

py -m pip install yoctopuce==1.10.40924

Unix/macOs:

pip install yoctopuce==1.10.40924

yoctopuce 1.10.404112020-05-07T15:10:54Windows:

py -m pip install yoctopuce==1.10.40411

Unix/macOs:

pip install yoctopuce==1.10.40411

yoctopuce 1.10.392632020-01-21T15:23:48Windows:

py -m pip install yoctopuce==1.10.39263

Unix/macOs:

pip install yoctopuce==1.10.39263

yoctopuce 1.10.389142019-12-23T07:32:27Windows:

py -m pip install yoctopuce==1.10.38914

Unix/macOs:

pip install yoctopuce==1.10.38914

yoctopuce 1.10.385452019-11-27T16:26:59Windows:

py -m pip install yoctopuce==1.10.38545

Unix/macOs:

pip install yoctopuce==1.10.38545

yoctopuce 1.10.373042019-09-25T09:24:20Windows:

py -m pip install yoctopuce==1.10.37304

Unix/macOs:

pip install yoctopuce==1.10.37304

yoctopuce 1.10.366922019-08-05T09:49:18Windows:

py -m pip install yoctopuce==1.10.36692

Unix/macOs:

pip install yoctopuce==1.10.36692

yoctopuce 1.10.362182019-07-14T10:24:30Windows:

py -m pip install yoctopuce==1.10.36218

Unix/macOs:

pip install yoctopuce==1.10.36218

yoctopuce 1.10.359832019-06-28T07:31:58Windows:

py -m pip install yoctopuce==1.10.35983

Unix/macOs:

pip install yoctopuce==1.10.35983

yoctopuce 1.10.356522019-06-06T09:46:32Windows:

py -m pip install yoctopuce==1.10.35652

Unix/macOs:

pip install yoctopuce==1.10.35652

yoctopuce 1.10.351532019-04-15T14:09:02Windows:

py -m pip install yoctopuce==1.10.35153

Unix/macOs:

pip install yoctopuce==1.10.35153

yoctopuce 1.10.349902019-04-05T15:19:58Windows:

py -m pip install yoctopuce==1.10.34990

Unix/macOs:

pip install yoctopuce==1.10.34990

yoctopuce 1.10.345602019-03-06T16:00:06Windows:

py -m pip install yoctopuce==1.10.34560

Unix/macOs:

pip install yoctopuce==1.10.34560

yoctopuce 1.10.343022019-02-04T15:35:57Windows:

py -m pip install yoctopuce==1.10.34302

Unix/macOs:

pip install yoctopuce==1.10.34302

yoctopuce 1.10.341312019-01-24T16:52:49Windows:

py -m pip install yoctopuce==1.10.34131

Unix/macOs:

pip install yoctopuce==1.10.34131

yoctopuce 1.10.340222019-01-16T17:36:36Windows:

py -m pip install yoctopuce==1.10.34022

Unix/macOs:

pip install yoctopuce==1.10.34022

yoctopuce 1.10.338312018-12-21T16:45:10Windows:

py -m pip install yoctopuce==1.10.33831

Unix/macOs:

pip install yoctopuce==1.10.33831

yoctopuce 1.10.337822018-12-20T15:18:11Windows:

py -m pip install yoctopuce==1.10.33782

Unix/macOs:

pip install yoctopuce==1.10.33782

yoctopuce 1.10.337362018-12-17T08:23:01Windows:

py -m pip install yoctopuce==1.10.33736

Unix/macOs:

pip install yoctopuce==1.10.33736

yoctopuce 1.10.336362018-12-10T17:21:24Windows:

py -m pip install yoctopuce==1.10.33636

Unix/macOs:

pip install yoctopuce==1.10.33636

yoctopuce 1.10.335762018-12-07T10:44:33Windows:

py -m pip install yoctopuce==1.10.33576

Unix/macOs:

pip install yoctopuce==1.10.33576

yoctopuce 1.10.334232018-11-29T10:47:51Windows:

py -m pip install yoctopuce==1.10.33423

Unix/macOs:

pip install yoctopuce==1.10.33423

yoctopuce 1.10.327592018-10-29T15:35:44Windows:

py -m pip install yoctopuce==1.10.32759

Unix/macOs:

pip install yoctopuce==1.10.32759

yoctopuce 1.10.323912018-09-27T14:11:47Windows:

py -m pip install yoctopuce==1.10.32391

Unix/macOs:

pip install yoctopuce==1.10.32391

yoctopuce 1.10.318972018-08-27T07:03:14Windows:

py -m pip install yoctopuce==1.10.31897

Unix/macOs:

pip install yoctopuce==1.10.31897

yoctopuce 1.10.318742018-08-23T15:35:28Windows:

py -m pip install yoctopuce==1.10.31874

Unix/macOs:

pip install yoctopuce==1.10.31874

yoctopuce 1.10.317012018-08-17T06:45:43Windows:

py -m pip install yoctopuce==1.10.31701

Unix/macOs:

pip install yoctopuce==1.10.31701

yoctopuce 1.10.313152018-07-20T13:31:00Windows:

py -m pip install yoctopuce==1.10.31315

Unix/macOs:

pip install yoctopuce==1.10.31315

yoctopuce 1.10.307602018-05-02T08:42:29Windows:

py -m pip install yoctopuce==1.10.30760

Unix/macOs:

pip install yoctopuce==1.10.30760

yoctopuce 1.10.303782018-03-15T13:41:47Windows:

py -m pip install yoctopuce==1.10.30378

Unix/macOs:

pip install yoctopuce==1.10.30378

yoctopuce 1.10.298372018-02-02T11:22:17Windows:

py -m pip install yoctopuce==1.10.29837

Unix/macOs:

pip install yoctopuce==1.10.29837

yoctopuce 1.10.297842018-01-26T13:30:12Windows:

py -m pip install yoctopuce==1.10.29784

Unix/macOs:

pip install yoctopuce==1.10.29784

yoctopuce 1.10.296702018-01-19T10:49:01Windows:

py -m pip install yoctopuce==1.10.29670

Unix/macOs:

pip install yoctopuce==1.10.29670

yoctopuce 1.10.295432018-01-04T14:38:24Windows:

py -m pip install yoctopuce==1.10.29543

Unix/macOs:

pip install yoctopuce==1.10.29543

yoctopuce 1.10.293662017-12-01T15:03:46Windows:

py -m pip install yoctopuce==1.10.29366

Unix/macOs:

pip install yoctopuce==1.10.29366

yoctopuce 1.10.292812017-11-27T08:20:48Windows:

py -m pip install yoctopuce==1.10.29281

Unix/macOs:

pip install yoctopuce==1.10.29281

yoctopuce 1.10.288782017-10-16T08:20:11Windows:

py -m pip install yoctopuce==1.10.28878

Unix/macOs:

pip install yoctopuce==1.10.28878

yoctopuce 1.10.287072017-09-29T08:31:28Windows:

py -m pip install yoctopuce==1.10.28707

Unix/macOs:

pip install yoctopuce==1.10.28707

yoctopuce 1.10.285642017-09-19T06:50:41Windows:

py -m pip install yoctopuce==1.10.28564

Unix/macOs:

pip install yoctopuce==1.10.28564

yoctopuce 1.10.282962017-08-03T17:00:20Windows:

py -m pip install yoctopuce==1.10.28296

Unix/macOs:

pip install yoctopuce==1.10.28296

yoctopuce 1.10.278462017-06-20T06:33:14Windows:

py -m pip install yoctopuce==1.10.27846

Unix/macOs:

pip install yoctopuce==1.10.27846

yoctopuce 1.10.274392017-05-12T16:03:52Windows:

py -m pip install yoctopuce==1.10.27439

Unix/macOs:

pip install yoctopuce==1.10.27439

yoctopuce 1.10.272282017-04-21T15:25:45Windows:

py -m pip install yoctopuce==1.10.27228

Unix/macOs:

pip install yoctopuce==1.10.27228

yoctopuce 1.10.271272017-04-07T10:03:56Windows:

py -m pip install yoctopuce==1.10.27127

Unix/macOs:

pip install yoctopuce==1.10.27127

yoctopuce 1.10.268492017-03-20T14:01:45Windows:

py -m pip install yoctopuce==1.10.26849

Unix/macOs:

pip install yoctopuce==1.10.26849

yoctopuce 1.10.264902017-01-30T13:16:42Windows:

py -m pip install yoctopuce==1.10.26490

Unix/macOs:

pip install yoctopuce==1.10.26490

yoctopuce 1.10.263802017-01-16T10:22:20Windows:

py -m pip install yoctopuce==1.10.26380

Unix/macOs:

pip install yoctopuce==1.10.26380

yoctopuce 1.10.261442016-12-06T11:24:19Windows:

py -m pip install yoctopuce==1.10.26144

Unix/macOs:

pip install yoctopuce==1.10.26144

yoctopuce 1.10.259132016-11-17T20:07:05Windows:

py -m pip install yoctopuce==1.10.25913

Unix/macOs:

pip install yoctopuce==1.10.25913

yoctopuce 1.10.257482016-10-28T12:16:02Windows:

py -m pip install yoctopuce==1.10.25748

Unix/macOs:

pip install yoctopuce==1.10.25748

yoctopuce 1.10.255342016-10-10T09:21:45Windows:

py -m pip install yoctopuce==1.10.25534

Unix/macOs:

pip install yoctopuce==1.10.25534

yoctopuce 1.10.252502016-08-25T12:52:27Windows:

py -m pip install yoctopuce==1.10.25250

Unix/macOs:

pip install yoctopuce==1.10.25250

yoctopuce 1.10.247182016-06-06T08:13:18Windows:

py -m pip install yoctopuce==1.10.24718

Unix/macOs:

pip install yoctopuce==1.10.24718

yoctopuce 1.10.244972016-05-18T16:56:34Windows:

py -m pip install yoctopuce==1.10.24497

Unix/macOs:

pip install yoctopuce==1.10.24497

yoctopuce 1.10.241822016-04-22T20:16:53Windows:

py -m pip install yoctopuce==1.10.24182

Unix/macOs:

pip install yoctopuce==1.10.24182

yoctopuce 1.10.229362016-01-27T19:46:58Windows:

py -m pip install yoctopuce==1.10.22936

Unix/macOs:

pip install yoctopuce==1.10.22936

yoctopuce 1.10.228352016-01-18T08:48:58Windows:

py -m pip install yoctopuce==1.10.22835

Unix/macOs:

pip install yoctopuce==1.10.22835

yoctopuce 1.10.223242015-12-11T17:56:38Windows:

py -m pip install yoctopuce==1.10.22324

Unix/macOs:

pip install yoctopuce==1.10.22324

yoctopuce 1.10.218162015-10-19T08:52:07Windows:

py -m pip install yoctopuce==1.10.21816

Unix/macOs:

pip install yoctopuce==1.10.21816

yoctopuce 1.10.217352015-10-13T16:39:32Windows:

py -m pip install yoctopuce==1.10.21735

Unix/macOs:

pip install yoctopuce==1.10.21735

yoctopuce 1.10.214862015-09-14T14:08:32Windows:

py -m pip install yoctopuce==1.10.21486

Unix/macOs:

pip install yoctopuce==1.10.21486

yoctopuce 1.10.207732015-06-27T14:00:27Windows:

py -m pip install yoctopuce==1.10.20773

Unix/macOs:

pip install yoctopuce==1.10.20773

yoctopuce 1.10.206522015-06-17T16:26:55Windows:

py -m pip install yoctopuce==1.10.20652

Unix/macOs:

pip install yoctopuce==1.10.20652

yoctopuce 1.10.203842015-05-20T16:34:34Windows:

py -m pip install yoctopuce==1.10.20384

Unix/macOs:

pip install yoctopuce==1.10.20384

yoctopuce 1.10.202552015-05-06T15:54:52Windows:

py -m pip install yoctopuce==1.10.20255

Unix/macOs:

pip install yoctopuce==1.10.20255

yoctopuce 1.10.199382015-04-08T08:41:50Windows:

py -m pip install yoctopuce==1.10.19938

Unix/macOs:

pip install yoctopuce==1.10.19938

yoctopuce 1.10.198542015-04-07T08:20:47Windows:

py -m pip install yoctopuce==1.10.19854

Unix/macOs:

pip install yoctopuce==1.10.19854

yoctopuce 1.10.192182015-02-02T19:58:27Windows:

py -m pip install yoctopuce==1.10.19218

Unix/macOs:

pip install yoctopuce==1.10.19218

yoctopuce 1.10.186402014-12-05T08:26:06Windows:

py -m pip install yoctopuce==1.10.18640

Unix/macOs:

pip install yoctopuce==1.10.18640

yoctopuce 1.10.178492014-09-26T16:17:49Windows:

py -m pip install yoctopuce==1.10.17849

Unix/macOs:

pip install yoctopuce==1.10.17849

yoctopuce 1.10.164902014-06-11T07:32:49Windows:

py -m pip install yoctopuce==1.10.16490

Unix/macOs:

pip install yoctopuce==1.10.16490

yoctopuce 1.10.161822014-05-13T16:24:48Windows:

py -m pip install yoctopuce==1.10.16182

Unix/macOs:

pip install yoctopuce==1.10.16182

yoctopuce 1.10.154662014-03-17T09:10:49Windows:

py -m pip install yoctopuce==1.10.15466

Unix/macOs:

pip install yoctopuce==1.10.15466

yoctopuce 1.01.125532013-08-28T07:30:48Windows:

py -m pip install yoctopuce==1.01.12553

Unix/macOs:

pip install yoctopuce==1.01.12553

yoctopuce 1.0.111672013-04-19T08:38:26Windows:

py -m pip install yoctopuce==1.0.11167

Unix/macOs:

pip install yoctopuce==1.0.11167

yoctopuce 1.0.110262013-04-12T08:25:45Windows:

py -m pip install yoctopuce==1.0.11026

Unix/macOs:

pip install yoctopuce==1.0.11026


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_yoctopuce_downloaded_file>

On Unix/macOs:

pip install <path_to_yoctopuce_downloaded_file>


List distribution:


Project link:

- Homepage
- Documentation
- Source