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

How to install tensorlayer via python pip




tensorlayer - High Level Tensorflow Deep Learning Library for Researcher and Engineer., it belongs to Classifiers:

- Environment :: Console
- Intended Audience :: Information Technology
- Intended Audience :: Science/Research
- License :: OSI Approved :: Apache Software License
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Scientific/Engineering :: Image Recognition
- Topic :: Utilities

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



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_tensorlayer_env

- Active the virtual environment

test_tensorlayer_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_tensorlayer_env

- Active the virtual environment

source test_tensorlayer_env/bin/active


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

To install tensorlayer on Windows(CMD):

py -m pip install tensorlayer

To install tensorlayer on Unix/macOs:

pip install tensorlayer


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

Example:

pip install tensorlayer==1.1


Please see the version list below table:

VersionReleased dateCommand
tensorlayer 2.2.52022-02-15T02:05:14Windows:

py -m pip install tensorlayer==2.2.5

Unix/macOs:

pip install tensorlayer==2.2.5

tensorlayer 2.2.32020-06-19T00:53:37Windows:

py -m pip install tensorlayer==2.2.3

Unix/macOs:

pip install tensorlayer==2.2.3

tensorlayer 2.2.22020-04-26T15:56:45Windows:

py -m pip install tensorlayer==2.2.2

Unix/macOs:

pip install tensorlayer==2.2.2

tensorlayer 2.2.12020-01-14T08:12:27Windows:

py -m pip install tensorlayer==2.2.1

Unix/macOs:

pip install tensorlayer==2.2.1

tensorlayer 2.1.02019-06-16T12:06:35Windows:

py -m pip install tensorlayer==2.1.0

Unix/macOs:

pip install tensorlayer==2.1.0

tensorlayer 2.0.22019-06-05T13:38:24Windows:

py -m pip install tensorlayer==2.0.2

Unix/macOs:

pip install tensorlayer==2.0.2

tensorlayer 2.0.12019-05-17T12:27:35Windows:

py -m pip install tensorlayer==2.0.1

Unix/macOs:

pip install tensorlayer==2.0.1

tensorlayer 2.0.02019-05-04T17:54:10Windows:

py -m pip install tensorlayer==2.0.0

Unix/macOs:

pip install tensorlayer==2.0.0

tensorlayer 1.11.12018-11-15T02:48:32Windows:

py -m pip install tensorlayer==1.11.1

Unix/macOs:

pip install tensorlayer==1.11.1

tensorlayer 1.11.02018-10-18T15:37:10Windows:

py -m pip install tensorlayer==1.11.0

Unix/macOs:

pip install tensorlayer==1.11.0

tensorlayer 1.10.12018-09-07T14:54:28Windows:

py -m pip install tensorlayer==1.10.1

Unix/macOs:

pip install tensorlayer==1.10.1

tensorlayer 1.9.12018-07-30T11:32:30Windows:

py -m pip install tensorlayer==1.9.1

Unix/macOs:

pip install tensorlayer==1.9.1

tensorlayer 1.9.02018-06-16T18:32:51Windows:

py -m pip install tensorlayer==1.9.0

Unix/macOs:

pip install tensorlayer==1.9.0

tensorlayer 1.8.52018-05-09T22:21:29Windows:

py -m pip install tensorlayer==1.8.5

Unix/macOs:

pip install tensorlayer==1.8.5

tensorlayer 1.8.42018-04-13T15:34:46Windows:

py -m pip install tensorlayer==1.8.4

Unix/macOs:

pip install tensorlayer==1.8.4

tensorlayer 1.8.32018-03-22T16:53:24Windows:

py -m pip install tensorlayer==1.8.3

Unix/macOs:

pip install tensorlayer==1.8.3

tensorlayer 1.8.22018-03-16T21:35:45Windows:

py -m pip install tensorlayer==1.8.2

Unix/macOs:

pip install tensorlayer==1.8.2

tensorlayer 1.8.12018-03-11T03:06:13Windows:

py -m pip install tensorlayer==1.8.1

Unix/macOs:

pip install tensorlayer==1.8.1

tensorlayer 1.8.02018-03-07T11:27:53Windows:

py -m pip install tensorlayer==1.8.0

Unix/macOs:

pip install tensorlayer==1.8.0

tensorlayer 1.7.42018-02-01T15:19:44Windows:

py -m pip install tensorlayer==1.7.4

Unix/macOs:

pip install tensorlayer==1.7.4

tensorlayer 1.7.32018-01-07T16:16:06Windows:

py -m pip install tensorlayer==1.7.3

Unix/macOs:

pip install tensorlayer==1.7.3

tensorlayer 1.7.22017-12-14T18:03:14Windows:

py -m pip install tensorlayer==1.7.2

Unix/macOs:

pip install tensorlayer==1.7.2

tensorlayer 1.7.12017-12-02T16:48:17Windows:

py -m pip install tensorlayer==1.7.1

Unix/macOs:

pip install tensorlayer==1.7.1

tensorlayer 1.7.02017-11-27T16:34:07Windows:

py -m pip install tensorlayer==1.7.0

Unix/macOs:

pip install tensorlayer==1.7.0

tensorlayer 1.6.72017-11-20T14:37:03Windows:

py -m pip install tensorlayer==1.6.7

Unix/macOs:

pip install tensorlayer==1.6.7

tensorlayer 1.6.62017-11-08T21:10:04Windows:

py -m pip install tensorlayer==1.6.6

Unix/macOs:

pip install tensorlayer==1.6.6

tensorlayer 1.6.52017-10-11T11:06:54Windows:

py -m pip install tensorlayer==1.6.5

Unix/macOs:

pip install tensorlayer==1.6.5

tensorlayer 1.6.42017-09-27T13:03:47Windows:

py -m pip install tensorlayer==1.6.4

Unix/macOs:

pip install tensorlayer==1.6.4

tensorlayer 1.6.32017-09-08T10:38:19Windows:

py -m pip install tensorlayer==1.6.3

Unix/macOs:

pip install tensorlayer==1.6.3

tensorlayer 1.6.22017-08-31T18:01:52Windows:

py -m pip install tensorlayer==1.6.2

Unix/macOs:

pip install tensorlayer==1.6.2

tensorlayer 1.6.12017-08-10T19:56:41Windows:

py -m pip install tensorlayer==1.6.1

Unix/macOs:

pip install tensorlayer==1.6.1

tensorlayer 1.6.02017-07-25T23:43:36Windows:

py -m pip install tensorlayer==1.6.0

Unix/macOs:

pip install tensorlayer==1.6.0

tensorlayer 1.5.42017-07-04T16:05:15Windows:

py -m pip install tensorlayer==1.5.4

Unix/macOs:

pip install tensorlayer==1.5.4

tensorlayer 1.5.32017-06-30T12:47:17Windows:

py -m pip install tensorlayer==1.5.3

Unix/macOs:

pip install tensorlayer==1.5.3

tensorlayer 1.5.22017-06-23T23:44:33Windows:

py -m pip install tensorlayer==1.5.2

Unix/macOs:

pip install tensorlayer==1.5.2

tensorlayer 1.5.12017-06-18T21:48:22Windows:

py -m pip install tensorlayer==1.5.1

Unix/macOs:

pip install tensorlayer==1.5.1

tensorlayer 1.5.02017-06-05T17:05:58Windows:

py -m pip install tensorlayer==1.5.0

Unix/macOs:

pip install tensorlayer==1.5.0

tensorlayer 1.4.52017-05-18T20:13:20Windows:

py -m pip install tensorlayer==1.4.5

Unix/macOs:

pip install tensorlayer==1.4.5

tensorlayer 1.4.42017-04-26T10:57:34Windows:

py -m pip install tensorlayer==1.4.4

Unix/macOs:

pip install tensorlayer==1.4.4

tensorlayer 1.4.32017-04-11T13:05:50Windows:

py -m pip install tensorlayer==1.4.3

Unix/macOs:

pip install tensorlayer==1.4.3

tensorlayer 1.4.22017-04-01T01:26:00Windows:

py -m pip install tensorlayer==1.4.2

Unix/macOs:

pip install tensorlayer==1.4.2

tensorlayer 1.4.12017-03-26T13:17:18Windows:

py -m pip install tensorlayer==1.4.1

Unix/macOs:

pip install tensorlayer==1.4.1

tensorlayer 1.3.112017-03-01T11:29:58Windows:

py -m pip install tensorlayer==1.3.11

Unix/macOs:

pip install tensorlayer==1.3.11

tensorlayer 1.3.102017-02-24T01:22:39Windows:

py -m pip install tensorlayer==1.3.10

Unix/macOs:

pip install tensorlayer==1.3.10

tensorlayer 1.3.92017-02-18T22:34:10Windows:

py -m pip install tensorlayer==1.3.9

Unix/macOs:

pip install tensorlayer==1.3.9

tensorlayer 1.3.82017-02-16T16:51:57Windows:

py -m pip install tensorlayer==1.3.8

Unix/macOs:

pip install tensorlayer==1.3.8

tensorlayer 1.3.72017-02-16T15:06:07Windows:

py -m pip install tensorlayer==1.3.7

Unix/macOs:

pip install tensorlayer==1.3.7

tensorlayer 1.3.62017-02-16T01:32:43Windows:

py -m pip install tensorlayer==1.3.6

Unix/macOs:

pip install tensorlayer==1.3.6

tensorlayer 1.3.52017-02-14T20:44:45Windows:

py -m pip install tensorlayer==1.3.5

Unix/macOs:

pip install tensorlayer==1.3.5

tensorlayer 1.3.42017-02-08T21:32:30Windows:

py -m pip install tensorlayer==1.3.4

Unix/macOs:

pip install tensorlayer==1.3.4

tensorlayer 1.3.32017-02-04T22:39:27Windows:

py -m pip install tensorlayer==1.3.3

Unix/macOs:

pip install tensorlayer==1.3.3

tensorlayer 1.3.22017-01-19T11:29:56Windows:

py -m pip install tensorlayer==1.3.2

Unix/macOs:

pip install tensorlayer==1.3.2

tensorlayer 1.3.12017-01-10T18:30:17Windows:

py -m pip install tensorlayer==1.3.1

Unix/macOs:

pip install tensorlayer==1.3.1

tensorlayer 1.3.02016-12-31T16:31:29Windows:

py -m pip install tensorlayer==1.3.0

Unix/macOs:

pip install tensorlayer==1.3.0

tensorlayer 1.2.82016-12-22T08:35:13Windows:

py -m pip install tensorlayer==1.2.8

Unix/macOs:

pip install tensorlayer==1.2.8

tensorlayer 1.2.72016-11-19T03:07:37Windows:

py -m pip install tensorlayer==1.2.7

Unix/macOs:

pip install tensorlayer==1.2.7

tensorlayer 1.2.62016-11-12T19:56:24Windows:

py -m pip install tensorlayer==1.2.6

Unix/macOs:

pip install tensorlayer==1.2.6

tensorlayer 1.2.52016-10-31T21:42:25Windows:

py -m pip install tensorlayer==1.2.5

Unix/macOs:

pip install tensorlayer==1.2.5

tensorlayer 1.2.42016-10-29T21:37:33Windows:

py -m pip install tensorlayer==1.2.4

Unix/macOs:

pip install tensorlayer==1.2.4

tensorlayer 1.2.22016-10-18T13:41:06Windows:

py -m pip install tensorlayer==1.2.2

Unix/macOs:

pip install tensorlayer==1.2.2

tensorlayer 1.2.12016-09-19T11:41:08Windows:

py -m pip install tensorlayer==1.2.1

Unix/macOs:

pip install tensorlayer==1.2.1

tensorlayer 1.22016-09-16T15:06:16Windows:

py -m pip install tensorlayer==1.2

Unix/macOs:

pip install tensorlayer==1.2

tensorlayer 1.12016-08-10T14:35:33Windows:

py -m pip install tensorlayer==1.1

Unix/macOs:

pip install tensorlayer==1.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tensorlayer_downloaded_file>

On Unix/macOs:

pip install <path_to_tensorlayer_downloaded_file>


List distribution:


Project link:

- Homepage
- Download