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

How to install pyexcel via python pip




pyexcel - A wrapper library that provides one API to read, manipulate and writedata in different excel formats, it belongs to Classifiers:

- Programming Language :: Python :: 3 :: Only

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



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_pyexcel_env

- Active the virtual environment

test_pyexcel_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_pyexcel_env

- Active the virtual environment

source test_pyexcel_env/bin/active


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

To install pyexcel on Windows(CMD):

py -m pip install pyexcel

To install pyexcel on Unix/macOs:

pip install pyexcel


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

Example:

pip install pyexcel==0.0.6


Please see the version list below table:

VersionReleased dateCommand
pyexcel 0.7.02022-02-12T21:09:11Windows:

py -m pip install pyexcel==0.7.0

Unix/macOs:

pip install pyexcel==0.7.0

pyexcel 0.6.72021-09-12T20:43:27Windows:

py -m pip install pyexcel==0.6.7

Unix/macOs:

pip install pyexcel==0.6.7

pyexcel 0.6.62020-11-15T00:31:25Windows:

py -m pip install pyexcel==0.6.6

Unix/macOs:

pip install pyexcel==0.6.6

pyexcel 0.6.52020-10-07T23:44:08Windows:

py -m pip install pyexcel==0.6.5

Unix/macOs:

pip install pyexcel==0.6.5

pyexcel 0.6.42020-08-18T17:05:39Windows:

py -m pip install pyexcel==0.6.4

Unix/macOs:

pip install pyexcel==0.6.4

pyexcel 0.6.32020-07-31T23:18:03Windows:

py -m pip install pyexcel==0.6.3

Unix/macOs:

pip install pyexcel==0.6.3

pyexcel 0.6.22020-06-07T21:53:47Windows:

py -m pip install pyexcel==0.6.2

Unix/macOs:

pip install pyexcel==0.6.2

pyexcel 0.6.12020-05-02T23:11:45Windows:

py -m pip install pyexcel==0.6.1

Unix/macOs:

pip install pyexcel==0.6.1

pyexcel 0.5.152019-07-14T08:24:30Windows:

py -m pip install pyexcel==0.5.15

Unix/macOs:

pip install pyexcel==0.5.15

pyexcel 0.5.142019-06-12T20:49:08Windows:

py -m pip install pyexcel==0.5.14

Unix/macOs:

pip install pyexcel==0.5.14

pyexcel 0.5.132019-03-12T19:37:58Windows:

py -m pip install pyexcel==0.5.13

Unix/macOs:

pip install pyexcel==0.5.13

pyexcel 0.5.122019-02-25T08:27:33Windows:

py -m pip install pyexcel==0.5.12

Unix/macOs:

pip install pyexcel==0.5.12

pyexcel 0.5.112019-02-23T11:23:37Windows:

py -m pip install pyexcel==0.5.11

Unix/macOs:

pip install pyexcel==0.5.11

pyexcel 0.5.102018-12-04T07:38:45Windows:

py -m pip install pyexcel==0.5.10

Unix/macOs:

pip install pyexcel==0.5.10

pyexcel 0.5.9.12018-08-30T22:12:08Windows:

py -m pip install pyexcel==0.5.9.1

Unix/macOs:

pip install pyexcel==0.5.9.1

pyexcel 0.5.82018-03-26T21:29:49Windows:

py -m pip install pyexcel==0.5.8

Unix/macOs:

pip install pyexcel==0.5.8

pyexcel 0.5.72018-01-11T21:21:54Windows:

py -m pip install pyexcel==0.5.7

Unix/macOs:

pip install pyexcel==0.5.7

pyexcel 0.5.62017-10-23T17:14:49Windows:

py -m pip install pyexcel==0.5.6

Unix/macOs:

pip install pyexcel==0.5.6

pyexcel 0.5.52017-10-20T06:28:32Windows:

py -m pip install pyexcel==0.5.5

Unix/macOs:

pip install pyexcel==0.5.5

pyexcel 0.5.42017-09-27T12:21:00Windows:

py -m pip install pyexcel==0.5.4

Unix/macOs:

pip install pyexcel==0.5.4

pyexcel 0.5.32017-08-01T17:27:53Windows:

py -m pip install pyexcel==0.5.3

Unix/macOs:

pip install pyexcel==0.5.3

pyexcel 0.5.22017-07-25T23:25:48Windows:

py -m pip install pyexcel==0.5.2

Unix/macOs:

pip install pyexcel==0.5.2

pyexcel 0.5.1.12017-07-12T08:43:05Windows:

py -m pip install pyexcel==0.5.1.1

Unix/macOs:

pip install pyexcel==0.5.1.1

pyexcel 0.5.02017-06-19T11:37:18Windows:

py -m pip install pyexcel==0.5.0

Unix/macOs:

pip install pyexcel==0.5.0

pyexcel 0.4.52017-03-17T20:19:01Windows:

py -m pip install pyexcel==0.4.5

Unix/macOs:

pip install pyexcel==0.4.5

pyexcel 0.4.42017-02-06T22:32:53Windows:

py -m pip install pyexcel==0.4.4

Unix/macOs:

pip install pyexcel==0.4.4

pyexcel 0.4.32017-01-26T17:33:21Windows:

py -m pip install pyexcel==0.4.3

Unix/macOs:

pip install pyexcel==0.4.3

pyexcel 0.4.22017-01-16T22:47:39Windows:

py -m pip install pyexcel==0.4.2

Unix/macOs:

pip install pyexcel==0.4.2

pyexcel 0.4.12016-12-23T22:43:30Windows:

py -m pip install pyexcel==0.4.1

Unix/macOs:

pip install pyexcel==0.4.1

pyexcel 0.4.02016-12-22T10:37:49Windows:

py -m pip install pyexcel==0.4.0

Unix/macOs:

pip install pyexcel==0.4.0

pyexcel 0.3.32016-11-07T22:09:21Windows:

py -m pip install pyexcel==0.3.3

Unix/macOs:

pip install pyexcel==0.3.3

pyexcel 0.3.22016-11-05T21:12:50Windows:

py -m pip install pyexcel==0.3.2

Unix/macOs:

pip install pyexcel==0.3.2

pyexcel 0.3.12016-10-30T21:40:23Windows:

py -m pip install pyexcel==0.3.1

Unix/macOs:

pip install pyexcel==0.3.1

pyexcel 0.3.02016-10-28T21:30:20Windows:

py -m pip install pyexcel==0.3.0

Unix/macOs:

pip install pyexcel==0.3.0

pyexcel 0.2.52016-08-31T19:39:27Windows:

py -m pip install pyexcel==0.2.5

Unix/macOs:

pip install pyexcel==0.2.5

pyexcel 0.2.42016-07-14T07:55:24Windows:

py -m pip install pyexcel==0.2.4

Unix/macOs:

pip install pyexcel==0.2.4

pyexcel 0.2.32016-07-11T16:11:24Windows:

py -m pip install pyexcel==0.2.3

Unix/macOs:

pip install pyexcel==0.2.3

pyexcel 0.2.22016-06-01T19:02:11Windows:

py -m pip install pyexcel==0.2.2

Unix/macOs:

pip install pyexcel==0.2.2

pyexcel 0.2.12016-04-23T21:45:11Windows:

py -m pip install pyexcel==0.2.1

Unix/macOs:

pip install pyexcel==0.2.1

pyexcel 0.2.02016-01-17T16:57:56Windows:

py -m pip install pyexcel==0.2.0

Unix/macOs:

pip install pyexcel==0.2.0

pyexcel 0.1.72015-07-03T19:18:55Windows:

py -m pip install pyexcel==0.1.7

Unix/macOs:

pip install pyexcel==0.1.7

pyexcel 0.1.62015-06-12T23:03:43Windows:

py -m pip install pyexcel==0.1.6

Unix/macOs:

pip install pyexcel==0.1.6

pyexcel 0.1.52015-05-21T00:28:42Windows:

py -m pip install pyexcel==0.1.5

Unix/macOs:

pip install pyexcel==0.1.5

pyexcel 0.1.42015-02-21T22:20:28Windows:

py -m pip install pyexcel==0.1.4

Unix/macOs:

pip install pyexcel==0.1.4

pyexcel 0.1.32015-02-07T00:40:00Windows:

py -m pip install pyexcel==0.1.3

Unix/macOs:

pip install pyexcel==0.1.3

pyexcel 0.1.22015-01-25T00:16:55Windows:

py -m pip install pyexcel==0.1.2

Unix/macOs:

pip install pyexcel==0.1.2

pyexcel 0.1.12014-12-21T18:11:47Windows:

py -m pip install pyexcel==0.1.1

Unix/macOs:

pip install pyexcel==0.1.1

pyexcel 0.0.102014-12-15T22:26:35Windows:

py -m pip install pyexcel==0.0.10

Unix/macOs:

pip install pyexcel==0.0.10

pyexcel 0.0.92014-11-30T22:21:37Windows:

py -m pip install pyexcel==0.0.9

Unix/macOs:

pip install pyexcel==0.0.9

pyexcel 0.0.82014-11-22T13:56:03Windows:

py -m pip install pyexcel==0.0.8

Unix/macOs:

pip install pyexcel==0.0.8

pyexcel 0.0.72014-11-13T23:04:34Windows:

py -m pip install pyexcel==0.0.7

Unix/macOs:

pip install pyexcel==0.0.7

pyexcel 0.0.62014-10-26T12:46:14Windows:

py -m pip install pyexcel==0.0.6

Unix/macOs:

pip install pyexcel==0.0.6


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pyexcel_downloaded_file>

On Unix/macOs:

pip install <path_to_pyexcel_downloaded_file>


List distribution:


Project link:

- Homepage
- Download