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

How to install pysaucenao via python pip




pysaucenao - PySauceNao is an unofficial asynchronous library for the SauceNao API. It supports lookups via URL or from the local filesystem., it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Topic :: Multimedia
- Topic :: Multimedia :: Graphics
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules

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



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_pysaucenao_env

- Active the virtual environment

test_pysaucenao_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_pysaucenao_env

- Active the virtual environment

source test_pysaucenao_env/bin/active


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

To install pysaucenao on Windows(CMD):

py -m pip install pysaucenao

To install pysaucenao on Unix/macOs:

pip install pysaucenao


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

Example:

pip install pysaucenao==0.1


Please see the version list below table:

VersionReleased dateCommand
pysaucenao 1.6.12021-05-07T04:31:52Windows:

py -m pip install pysaucenao==1.6.1

Unix/macOs:

pip install pysaucenao==1.6.1

pysaucenao 1.6.02021-05-07T03:04:20Windows:

py -m pip install pysaucenao==1.6.0

Unix/macOs:

pip install pysaucenao==1.6.0

pysaucenao 1.5.02020-11-29T11:28:12Windows:

py -m pip install pysaucenao==1.5.0

Unix/macOs:

pip install pysaucenao==1.5.0

pysaucenao 1.4.02020-08-07T22:15:29Windows:

py -m pip install pysaucenao==1.4.0

Unix/macOs:

pip install pysaucenao==1.4.0

pysaucenao 1.3.32020-07-30T12:16:06Windows:

py -m pip install pysaucenao==1.3.3

Unix/macOs:

pip install pysaucenao==1.3.3

pysaucenao 1.3.22020-07-30T11:33:13Windows:

py -m pip install pysaucenao==1.3.2

Unix/macOs:

pip install pysaucenao==1.3.2

pysaucenao 1.3.12020-07-30T10:10:26Windows:

py -m pip install pysaucenao==1.3.1

Unix/macOs:

pip install pysaucenao==1.3.1

pysaucenao 1.3.02020-07-30T09:38:48Windows:

py -m pip install pysaucenao==1.3.0

Unix/macOs:

pip install pysaucenao==1.3.0

pysaucenao 1.2.22020-07-26T10:17:25Windows:

py -m pip install pysaucenao==1.2.2

Unix/macOs:

pip install pysaucenao==1.2.2

pysaucenao 1.2.1 yanked2020-07-26T10:07:29Windows:

py -m pip install pysaucenao==1.2.1                                                                          yanked

Unix/macOs:

pip install pysaucenao==1.2.1                                                                          yanked

pysaucenao 1.2.0 yanked2020-07-26T09:05:55Windows:

py -m pip install pysaucenao==1.2.0                                                                          yanked

Unix/macOs:

pip install pysaucenao==1.2.0                                                                          yanked

pysaucenao 1.1.12020-07-22T09:06:07Windows:

py -m pip install pysaucenao==1.1.1

Unix/macOs:

pip install pysaucenao==1.1.1

pysaucenao 1.1.02020-06-18T10:04:30Windows:

py -m pip install pysaucenao==1.1.0

Unix/macOs:

pip install pysaucenao==1.1.0

pysaucenao 1.0.22020-06-16T16:37:19Windows:

py -m pip install pysaucenao==1.0.2

Unix/macOs:

pip install pysaucenao==1.0.2

pysaucenao 1.0.12020-06-13T11:57:18Windows:

py -m pip install pysaucenao==1.0.1

Unix/macOs:

pip install pysaucenao==1.0.1

pysaucenao 1.0.02020-06-13T10:45:52Windows:

py -m pip install pysaucenao==1.0.0

Unix/macOs:

pip install pysaucenao==1.0.0

pysaucenao 0.2.22020-06-07T02:31:11Windows:

py -m pip install pysaucenao==0.2.2

Unix/macOs:

pip install pysaucenao==0.2.2

pysaucenao 0.2.12020-06-04T06:18:08Windows:

py -m pip install pysaucenao==0.2.1

Unix/macOs:

pip install pysaucenao==0.2.1

pysaucenao 0.2.02020-03-09T22:23:07Windows:

py -m pip install pysaucenao==0.2.0

Unix/macOs:

pip install pysaucenao==0.2.0

pysaucenao 0.1.12020-01-30T01:55:29Windows:

py -m pip install pysaucenao==0.1.1

Unix/macOs:

pip install pysaucenao==0.1.1

pysaucenao 0.12020-01-21T22:21:53Windows:

py -m pip install pysaucenao==0.1

Unix/macOs:

pip install pysaucenao==0.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pysaucenao_downloaded_file>

On Unix/macOs:

pip install <path_to_pysaucenao_downloaded_file>


List distribution:


Project link:

- Homepage
- Download