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

How to install xport via python pip




xport - SAS XPORT file reader, it belongs to Classifiers:

- Topic :: Text Processing

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



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_xport_env

- Active the virtual environment

test_xport_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_xport_env

- Active the virtual environment

source test_xport_env/bin/active


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

To install xport on Windows(CMD):

py -m pip install xport

To install xport on Unix/macOs:

pip install xport


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

Example:

pip install xport==0.1.0


Please see the version list below table:

VersionReleased dateCommand
xport 3.6.12022-02-16T07:35:05Windows:

py -m pip install xport==3.6.1

Unix/macOs:

pip install xport==3.6.1

xport 3.6.02022-02-03T09:30:34Windows:

py -m pip install xport==3.6.0

Unix/macOs:

pip install xport==3.6.0

xport 3.5.12022-02-01T09:47:10Windows:

py -m pip install xport==3.5.1

Unix/macOs:

pip install xport==3.5.1

xport 3.5.02022-01-01T01:03:07Windows:

py -m pip install xport==3.5.0

Unix/macOs:

pip install xport==3.5.0

xport 3.4.02021-12-25T11:27:58Windows:

py -m pip install xport==3.4.0

Unix/macOs:

pip install xport==3.4.0

xport 3.3.22021-12-25T10:12:00Windows:

py -m pip install xport==3.3.2

Unix/macOs:

pip install xport==3.3.2

xport 3.3.12021-12-25T09:49:22Windows:

py -m pip install xport==3.3.1

Unix/macOs:

pip install xport==3.3.1

xport 3.3.02021-12-25T09:22:49Windows:

py -m pip install xport==3.3.0

Unix/macOs:

pip install xport==3.3.0

xport 3.2.12020-05-26T17:49:14Windows:

py -m pip install xport==3.2.1

Unix/macOs:

pip install xport==3.2.1

xport 3.2.02020-05-21T16:55:39Windows:

py -m pip install xport==3.2.0

Unix/macOs:

pip install xport==3.2.0

xport 3.1.62020-05-09T03:48:28Windows:

py -m pip install xport==3.1.6

Unix/macOs:

pip install xport==3.1.6

xport 3.1.52020-05-04T03:51:58Windows:

py -m pip install xport==3.1.5

Unix/macOs:

pip install xport==3.1.5

xport 3.1.42020-05-04T03:44:45Windows:

py -m pip install xport==3.1.4

Unix/macOs:

pip install xport==3.1.4

xport 3.1.32020-04-28T04:56:51Windows:

py -m pip install xport==3.1.3

Unix/macOs:

pip install xport==3.1.3

xport 3.1.22020-04-24T00:49:08Windows:

py -m pip install xport==3.1.2

Unix/macOs:

pip install xport==3.1.2

xport 3.1.12020-04-21T06:07:22Windows:

py -m pip install xport==3.1.1

Unix/macOs:

pip install xport==3.1.1

xport 3.1.02020-04-21T05:12:39Windows:

py -m pip install xport==3.1.0

Unix/macOs:

pip install xport==3.1.0

xport 3.0.02020-04-21T04:46:21Windows:

py -m pip install xport==3.0.0

Unix/macOs:

pip install xport==3.0.0

xport 2.0.22017-01-06T14:05:53Windows:

py -m pip install xport==2.0.2

Unix/macOs:

pip install xport==2.0.2

xport 2.0.12016-10-26T04:45:24Windows:

py -m pip install xport==2.0.1

Unix/macOs:

pip install xport==2.0.1

xport 2.0.02016-10-26T01:42:12Windows:

py -m pip install xport==2.0.0

Unix/macOs:

pip install xport==2.0.0

xport 1.1.32016-10-22T11:49:01Windows:

py -m pip install xport==1.1.3

Unix/macOs:

pip install xport==1.1.3

xport 1.1.22016-10-22T11:13:26Windows:

py -m pip install xport==1.1.2

Unix/macOs:

pip install xport==1.1.2

xport 1.1.12016-10-22T10:20:49Windows:

py -m pip install xport==1.1.1

Unix/macOs:

pip install xport==1.1.1

xport 1.1.02016-10-22T03:55:35Windows:

py -m pip install xport==1.1.0

Unix/macOs:

pip install xport==1.1.0

xport 1.0.02016-10-22T03:35:43Windows:

py -m pip install xport==1.0.0

Unix/macOs:

pip install xport==1.0.0

xport 0.6.42016-08-25T15:25:19Windows:

py -m pip install xport==0.6.4

Unix/macOs:

pip install xport==0.6.4

xport 0.6.32016-08-25T15:03:16Windows:

py -m pip install xport==0.6.3

Unix/macOs:

pip install xport==0.6.3

xport 0.6.22016-08-25T14:15:05Windows:

py -m pip install xport==0.6.2

Unix/macOs:

pip install xport==0.6.2

xport 0.6.12016-08-25T06:10:05Windows:

py -m pip install xport==0.6.1

Unix/macOs:

pip install xport==0.6.1

xport 0.3.42016-07-05T14:23:38Windows:

py -m pip install xport==0.3.4

Unix/macOs:

pip install xport==0.3.4

xport 0.3.32016-07-05T13:52:33Windows:

py -m pip install xport==0.3.3

Unix/macOs:

pip install xport==0.3.3

xport 0.3.22016-03-23T07:17:22Windows:

py -m pip install xport==0.3.2

Unix/macOs:

pip install xport==0.3.2

xport 0.3.12016-03-23T06:34:07Windows:

py -m pip install xport==0.3.1

Unix/macOs:

pip install xport==0.3.1

xport 0.3.02016-03-23T06:26:26Windows:

py -m pip install xport==0.3.0

Unix/macOs:

pip install xport==0.3.0

xport 0.2.02016-03-23T05:22:04Windows:

py -m pip install xport==0.2.0

Unix/macOs:

pip install xport==0.2.0

xport 0.1.02012-05-02T18:35:16Windows:

py -m pip install xport==0.1.0

Unix/macOs:

pip install xport==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_xport_downloaded_file>

On Unix/macOs:

pip install <path_to_xport_downloaded_file>


List distribution:


Project link:

- Homepage