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

How to install sktime via python pip




sktime - A unified framework for machine learning with time series, it belongs to Classifiers:

- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Operating System :: MacOS
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: Unix
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.10

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



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_sktime_env

- Active the virtual environment

test_sktime_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_sktime_env

- Active the virtual environment

source test_sktime_env/bin/active


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

To install sktime on Windows(CMD):

py -m pip install sktime

To install sktime on Unix/macOs:

pip install sktime


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

Example:

pip install sktime==0.1.dev0                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
sktime 0.13.12022-08-11T01:16:09Windows:

py -m pip install sktime==0.13.1

Unix/macOs:

pip install sktime==0.13.1

sktime 0.13.02022-07-14T16:04:09Windows:

py -m pip install sktime==0.13.0

Unix/macOs:

pip install sktime==0.13.0

sktime 0.12.12022-06-29T00:58:26Windows:

py -m pip install sktime==0.12.1

Unix/macOs:

pip install sktime==0.12.1

sktime 0.12.02022-06-13T14:51:35Windows:

py -m pip install sktime==0.12.0

Unix/macOs:

pip install sktime==0.12.0

sktime 0.11.42022-05-13T21:27:47Windows:

py -m pip install sktime==0.11.4

Unix/macOs:

pip install sktime==0.11.4

sktime 0.11.32022-04-30T21:59:53Windows:

py -m pip install sktime==0.11.3

Unix/macOs:

pip install sktime==0.11.3

sktime 0.11.22022-04-11T21:17:44Windows:

py -m pip install sktime==0.11.2

Unix/macOs:

pip install sktime==0.11.2

sktime 0.11.12022-04-10T18:48:12Windows:

py -m pip install sktime==0.11.1

Unix/macOs:

pip install sktime==0.11.1

sktime 0.11.02022-03-26T22:33:50Windows:

py -m pip install sktime==0.11.0

Unix/macOs:

pip install sktime==0.11.0

sktime 0.10.12022-02-20T22:48:17Windows:

py -m pip install sktime==0.10.1

Unix/macOs:

pip install sktime==0.10.1

sktime 0.10.02022-02-02T00:55:50Windows:

py -m pip install sktime==0.10.0

Unix/macOs:

pip install sktime==0.10.0

sktime 0.9.02021-12-08T20:03:45Windows:

py -m pip install sktime==0.9.0

Unix/macOs:

pip install sktime==0.9.0

sktime 0.8.12021-10-28T19:14:26Windows:

py -m pip install sktime==0.8.1

Unix/macOs:

pip install sktime==0.8.1

sktime 0.8.02021-09-17T22:03:35Windows:

py -m pip install sktime==0.8.0

Unix/macOs:

pip install sktime==0.8.0

sktime 0.7.02021-07-12T19:17:43Windows:

py -m pip install sktime==0.7.0

Unix/macOs:

pip install sktime==0.7.0

sktime 0.6.12021-05-14T23:18:54Windows:

py -m pip install sktime==0.6.1

Unix/macOs:

pip install sktime==0.6.1

sktime 0.6.02021-04-15T10:41:18Windows:

py -m pip install sktime==0.6.0

Unix/macOs:

pip install sktime==0.6.0

sktime 0.5.32021-02-06T11:40:49Windows:

py -m pip install sktime==0.5.3

Unix/macOs:

pip install sktime==0.5.3

sktime 0.5.22021-01-13T11:10:17Windows:

py -m pip install sktime==0.5.2

Unix/macOs:

pip install sktime==0.5.2

sktime 0.5.12020-12-29T22:15:58Windows:

py -m pip install sktime==0.5.1

Unix/macOs:

pip install sktime==0.5.1

sktime 0.5.02020-12-19T21:09:22Windows:

py -m pip install sktime==0.5.0

Unix/macOs:

pip install sktime==0.5.0

sktime 0.4.32020-10-20T16:11:01Windows:

py -m pip install sktime==0.4.3

Unix/macOs:

pip install sktime==0.4.3

sktime 0.4.22020-10-01T12:40:22Windows:

py -m pip install sktime==0.4.2

Unix/macOs:

pip install sktime==0.4.2

sktime 0.4.12020-07-09T16:27:28Windows:

py -m pip install sktime==0.4.1

Unix/macOs:

pip install sktime==0.4.1

sktime 0.4.02020-06-05T15:59:05Windows:

py -m pip install sktime==0.4.0

Unix/macOs:

pip install sktime==0.4.0

sktime 0.3.12019-10-24T17:29:58Windows:

py -m pip install sktime==0.3.1

Unix/macOs:

pip install sktime==0.3.1

sktime 0.3.02019-08-06T21:56:49Windows:

py -m pip install sktime==0.3.0

Unix/macOs:

pip install sktime==0.3.0

sktime 0.2.02019-05-16T13:23:02Windows:

py -m pip install sktime==0.2.0

Unix/macOs:

pip install sktime==0.2.0

sktime 0.1.02019-03-21T13:39:26Windows:

py -m pip install sktime==0.1.0

Unix/macOs:

pip install sktime==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_sktime_downloaded_file>

On Unix/macOs:

pip install <path_to_sktime_downloaded_file>


List distribution:


Project link:

- Homepage
- Download
- documentation
- download
- homepage
- repository