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

How to install saspy via python pip




saspy - A Python interface to SAS, it belongs to Classifiers:

- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Topic :: System
- Topic :: System :: Shells

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



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_saspy_env

- Active the virtual environment

test_saspy_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_saspy_env

- Active the virtual environment

source test_saspy_env/bin/active


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

To install saspy on Windows(CMD):

py -m pip install saspy

To install saspy on Unix/macOs:

pip install saspy


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

Example:

pip install saspy==1.0


Please see the version list below table:

VersionReleased dateCommand
saspy 4.3.22022-08-12T17:04:12Windows:

py -m pip install saspy==4.3.2

Unix/macOs:

pip install saspy==4.3.2

saspy 4.3.12022-07-06T16:04:35Windows:

py -m pip install saspy==4.3.1

Unix/macOs:

pip install saspy==4.3.1

saspy 4.3.02022-05-17T15:26:09Windows:

py -m pip install saspy==4.3.0

Unix/macOs:

pip install saspy==4.3.0

saspy 4.2.02022-03-22T18:28:41Windows:

py -m pip install saspy==4.2.0

Unix/macOs:

pip install saspy==4.2.0

saspy 4.1.02022-02-07T21:11:58Windows:

py -m pip install saspy==4.1.0

Unix/macOs:

pip install saspy==4.1.0

saspy 4.0.02022-01-14T17:18:58Windows:

py -m pip install saspy==4.0.0

Unix/macOs:

pip install saspy==4.0.0

saspy 3.7.82021-12-20T16:30:12Windows:

py -m pip install saspy==3.7.8

Unix/macOs:

pip install saspy==3.7.8

saspy 3.7.72021-12-15T18:11:10Windows:

py -m pip install saspy==3.7.7

Unix/macOs:

pip install saspy==3.7.7

saspy 3.7.62021-11-30T20:56:29Windows:

py -m pip install saspy==3.7.6

Unix/macOs:

pip install saspy==3.7.6

saspy 3.7.52021-09-01T20:49:45Windows:

py -m pip install saspy==3.7.5

Unix/macOs:

pip install saspy==3.7.5

saspy 3.7.42021-08-10T20:16:46Windows:

py -m pip install saspy==3.7.4

Unix/macOs:

pip install saspy==3.7.4

saspy 3.7.32021-08-03T19:37:54Windows:

py -m pip install saspy==3.7.3

Unix/macOs:

pip install saspy==3.7.3

saspy 3.7.22021-06-02T19:18:17Windows:

py -m pip install saspy==3.7.2

Unix/macOs:

pip install saspy==3.7.2

saspy 3.7.12021-05-12T17:46:30Windows:

py -m pip install saspy==3.7.1

Unix/macOs:

pip install saspy==3.7.1

saspy 3.7.02021-05-12T04:36:12Windows:

py -m pip install saspy==3.7.0

Unix/macOs:

pip install saspy==3.7.0

saspy 3.6.72021-04-26T14:36:04Windows:

py -m pip install saspy==3.6.7

Unix/macOs:

pip install saspy==3.6.7

saspy 3.6.62021-03-11T19:05:22Windows:

py -m pip install saspy==3.6.6

Unix/macOs:

pip install saspy==3.6.6

saspy 3.6.52021-02-15T14:53:04Windows:

py -m pip install saspy==3.6.5

Unix/macOs:

pip install saspy==3.6.5

saspy 3.6.42020-12-18T19:52:57Windows:

py -m pip install saspy==3.6.4

Unix/macOs:

pip install saspy==3.6.4

saspy 3.6.22020-12-04T20:29:39Windows:

py -m pip install saspy==3.6.2

Unix/macOs:

pip install saspy==3.6.2

saspy 3.6.12020-11-09T21:17:16Windows:

py -m pip install saspy==3.6.1

Unix/macOs:

pip install saspy==3.6.1

saspy 3.6.02020-10-29T19:17:23Windows:

py -m pip install saspy==3.6.0

Unix/macOs:

pip install saspy==3.6.0

saspy 3.5.42020-10-21T15:46:09Windows:

py -m pip install saspy==3.5.4

Unix/macOs:

pip install saspy==3.5.4

saspy 3.5.32020-09-24T23:55:29Windows:

py -m pip install saspy==3.5.3

Unix/macOs:

pip install saspy==3.5.3

saspy 3.5.22020-09-21T14:45:20Windows:

py -m pip install saspy==3.5.2

Unix/macOs:

pip install saspy==3.5.2

saspy 3.5.12020-09-16T14:42:48Windows:

py -m pip install saspy==3.5.1

Unix/macOs:

pip install saspy==3.5.1

saspy 3.5.02020-08-18T15:35:19Windows:

py -m pip install saspy==3.5.0

Unix/macOs:

pip install saspy==3.5.0

saspy 3.3.72020-06-25T16:52:44Windows:

py -m pip install saspy==3.3.7

Unix/macOs:

pip install saspy==3.3.7

saspy 3.3.62020-05-07T16:55:15Windows:

py -m pip install saspy==3.3.6

Unix/macOs:

pip install saspy==3.3.6

saspy 3.3.52020-04-09T15:11:01Windows:

py -m pip install saspy==3.3.5

Unix/macOs:

pip install saspy==3.3.5

saspy 3.3.42020-04-01T18:05:21Windows:

py -m pip install saspy==3.3.4

Unix/macOs:

pip install saspy==3.3.4

saspy 3.3.32020-04-01T17:06:13Windows:

py -m pip install saspy==3.3.3

Unix/macOs:

pip install saspy==3.3.3

saspy 3.2.12020-03-26T20:04:31Windows:

py -m pip install saspy==3.2.1

Unix/macOs:

pip install saspy==3.2.1

saspy 3.2.02020-01-29T15:04:37Windows:

py -m pip install saspy==3.2.0

Unix/macOs:

pip install saspy==3.2.0

saspy 3.1.92019-12-20T17:55:01Windows:

py -m pip install saspy==3.1.9

Unix/macOs:

pip install saspy==3.1.9

saspy 3.1.82019-11-22T19:12:39Windows:

py -m pip install saspy==3.1.8

Unix/macOs:

pip install saspy==3.1.8

saspy 3.1.72019-11-01T14:09:49Windows:

py -m pip install saspy==3.1.7

Unix/macOs:

pip install saspy==3.1.7

saspy 3.1.62019-09-20T20:46:23Windows:

py -m pip install saspy==3.1.6

Unix/macOs:

pip install saspy==3.1.6

saspy 3.1.52019-09-20T12:58:48Windows:

py -m pip install saspy==3.1.5

Unix/macOs:

pip install saspy==3.1.5

saspy 3.1.42019-08-27T17:00:22Windows:

py -m pip install saspy==3.1.4

Unix/macOs:

pip install saspy==3.1.4

saspy 3.1.32019-08-19T17:13:45Windows:

py -m pip install saspy==3.1.3

Unix/macOs:

pip install saspy==3.1.3

saspy 3.1.22019-07-29T15:29:45Windows:

py -m pip install saspy==3.1.2

Unix/macOs:

pip install saspy==3.1.2

saspy 3.1.12019-07-29T15:22:43Windows:

py -m pip install saspy==3.1.1

Unix/macOs:

pip install saspy==3.1.1

saspy 3.1.02019-05-16T19:35:30Windows:

py -m pip install saspy==3.1.0

Unix/macOs:

pip install saspy==3.1.0

saspy 3.0.02019-05-16T17:03:35Windows:

py -m pip install saspy==3.0.0

Unix/macOs:

pip install saspy==3.0.0

saspy 2.4.52019-05-10T21:09:44Windows:

py -m pip install saspy==2.4.5

Unix/macOs:

pip install saspy==2.4.5

saspy 2.4.42019-03-26T13:34:42Windows:

py -m pip install saspy==2.4.4

Unix/macOs:

pip install saspy==2.4.4

saspy 2.4.32019-02-18T21:31:27Windows:

py -m pip install saspy==2.4.3

Unix/macOs:

pip install saspy==2.4.3

saspy 2.4.22019-02-14T17:35:45Windows:

py -m pip install saspy==2.4.2

Unix/macOs:

pip install saspy==2.4.2

saspy 2.4.12018-12-06T18:15:20Windows:

py -m pip install saspy==2.4.1

Unix/macOs:

pip install saspy==2.4.1

saspy 2.4.02018-11-29T19:15:55Windows:

py -m pip install saspy==2.4.0

Unix/macOs:

pip install saspy==2.4.0

saspy 2.3.12018-11-28T20:44:28Windows:

py -m pip install saspy==2.3.1

Unix/macOs:

pip install saspy==2.3.1

saspy 2.3.02018-11-27T18:04:41Windows:

py -m pip install saspy==2.3.0

Unix/macOs:

pip install saspy==2.3.0

saspy 2.2.92018-10-04T14:41:48Windows:

py -m pip install saspy==2.2.9

Unix/macOs:

pip install saspy==2.2.9

saspy 2.2.82018-09-17T15:28:47Windows:

py -m pip install saspy==2.2.8

Unix/macOs:

pip install saspy==2.2.8

saspy 2.2.72018-08-13T15:52:51Windows:

py -m pip install saspy==2.2.7

Unix/macOs:

pip install saspy==2.2.7

saspy 2.2.62018-06-26T17:53:24Windows:

py -m pip install saspy==2.2.6

Unix/macOs:

pip install saspy==2.2.6

saspy 2.2.52018-06-22T14:45:02Windows:

py -m pip install saspy==2.2.5

Unix/macOs:

pip install saspy==2.2.5

saspy 2.2.42018-03-21T03:03:24Windows:

py -m pip install saspy==2.2.4

Unix/macOs:

pip install saspy==2.2.4

saspy 2.2.12017-12-08T15:52:17Windows:

py -m pip install saspy==2.2.1

Unix/macOs:

pip install saspy==2.2.1

saspy 2.2.02017-12-05T17:25:16Windows:

py -m pip install saspy==2.2.0

Unix/macOs:

pip install saspy==2.2.0

saspy 2.1.92017-12-05T16:01:02Windows:

py -m pip install saspy==2.1.9

Unix/macOs:

pip install saspy==2.1.9

saspy 2.1.82017-11-16T17:48:21Windows:

py -m pip install saspy==2.1.8

Unix/macOs:

pip install saspy==2.1.8

saspy 2.1.72017-09-13T16:41:07Windows:

py -m pip install saspy==2.1.7

Unix/macOs:

pip install saspy==2.1.7

saspy 2.1.62017-07-21T19:36:53Windows:

py -m pip install saspy==2.1.6

Unix/macOs:

pip install saspy==2.1.6

saspy 2.1.52017-05-09T18:54:01Windows:

py -m pip install saspy==2.1.5

Unix/macOs:

pip install saspy==2.1.5

saspy 2.1.42017-04-04T17:36:16Windows:

py -m pip install saspy==2.1.4

Unix/macOs:

pip install saspy==2.1.4

saspy 2.1.12017-03-20T18:55:14Windows:

py -m pip install saspy==2.1.1

Unix/macOs:

pip install saspy==2.1.1

saspy 1.2.22016-09-22T14:46:01Windows:

py -m pip install saspy==1.2.2

Unix/macOs:

pip install saspy==1.2.2

saspy 1.2.12016-07-06T14:37:41Windows:

py -m pip install saspy==1.2.1

Unix/macOs:

pip install saspy==1.2.1

saspy 1.22016-05-12T21:09:10Windows:

py -m pip install saspy==1.2

Unix/macOs:

pip install saspy==1.2

saspy 1.1.12016-04-05T16:11:46Windows:

py -m pip install saspy==1.1.1

Unix/macOs:

pip install saspy==1.1.1

saspy 1.02016-04-01T18:52:37Windows:

py -m pip install saspy==1.0

Unix/macOs:

pip install saspy==1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_saspy_downloaded_file>

On Unix/macOs:

pip install <path_to_saspy_downloaded_file>


List distribution:


Project link:

- Homepage