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

How to install nfcpy via python pip




nfcpy - Python module for Near Field Communication., it belongs to Classifiers:

- License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)
- Operating System :: MacOS :: MacOS X
- Programming Language :: Python :: 2.6

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



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_nfcpy_env

- Active the virtual environment

test_nfcpy_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_nfcpy_env

- Active the virtual environment

source test_nfcpy_env/bin/active


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

To install nfcpy on Windows(CMD):

py -m pip install nfcpy

To install nfcpy on Unix/macOs:

pip install nfcpy


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

Example:

pip install nfcpy==0.11.0


Please see the version list below table:

VersionReleased dateCommand
nfcpy 1.0.42022-03-10T17:02:44Windows:

py -m pip install nfcpy==1.0.4

Unix/macOs:

pip install nfcpy==1.0.4

nfcpy 1.0.32019-07-27T10:29:31Windows:

py -m pip install nfcpy==1.0.3

Unix/macOs:

pip install nfcpy==1.0.3

nfcpy 1.0.22019-07-24T10:30:55Windows:

py -m pip install nfcpy==1.0.2

Unix/macOs:

pip install nfcpy==1.0.2

nfcpy 1.0.12019-06-07T10:54:27Windows:

py -m pip install nfcpy==1.0.1

Unix/macOs:

pip install nfcpy==1.0.1

nfcpy 1.0.02019-06-06T16:31:32Windows:

py -m pip install nfcpy==1.0.0

Unix/macOs:

pip install nfcpy==1.0.0

nfcpy 0.13.62019-06-05T18:47:27Windows:

py -m pip install nfcpy==0.13.6

Unix/macOs:

pip install nfcpy==0.13.6

nfcpy 0.13.52018-05-19T15:27:23Windows:

py -m pip install nfcpy==0.13.5

Unix/macOs:

pip install nfcpy==0.13.5

nfcpy 0.13.42017-11-09T23:31:51Windows:

py -m pip install nfcpy==0.13.4

Unix/macOs:

pip install nfcpy==0.13.4

nfcpy 0.13.32017-11-02T11:36:34Windows:

py -m pip install nfcpy==0.13.3

Unix/macOs:

pip install nfcpy==0.13.3

nfcpy 0.13.22017-07-12T10:07:43Windows:

py -m pip install nfcpy==0.13.2

Unix/macOs:

pip install nfcpy==0.13.2

nfcpy 0.13.12017-07-01T15:21:11Windows:

py -m pip install nfcpy==0.13.1

Unix/macOs:

pip install nfcpy==0.13.1

nfcpy 0.13.02017-03-27T11:15:00Windows:

py -m pip install nfcpy==0.13.0

Unix/macOs:

pip install nfcpy==0.13.0

nfcpy 0.12.02017-01-04T15:46:06Windows:

py -m pip install nfcpy==0.12.0

Unix/macOs:

pip install nfcpy==0.12.0

nfcpy 0.11.12016-04-29T11:08:29Windows:

py -m pip install nfcpy==0.11.1

Unix/macOs:

pip install nfcpy==0.11.1

nfcpy 0.11.02016-04-21T13:23:46Windows:

py -m pip install nfcpy==0.11.0

Unix/macOs:

pip install nfcpy==0.11.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_nfcpy_downloaded_file>

On Unix/macOs:

pip install <path_to_nfcpy_downloaded_file>


List distribution:

- nfcpy-0.11.0.tar.gz
- nfcpy-0.11.1.tar.gz
- nfcpy-0.12.0-py2-none-any.whl
- nfcpy-0.12.0.tar.gz
- nfcpy-0.13.0-py2-none-any.whl
- nfcpy-0.13.0.tar.gz
- nfcpy-0.13.1-py2-none-any.whl
- nfcpy-0.13.1.tar.gz
- nfcpy-0.13.2-py2-none-any.whl (python version >=2.6, <3)
- nfcpy-0.13.2.tar.gz (python version >=2.6, <3)
- nfcpy-0.13.3-py2-none-any.whl (python version >=2.6, <3)
- nfcpy-0.13.3.tar.gz (python version >=2.6, <3)
- nfcpy-0.13.4-py2-none-any.whl (python version >=2.6, <3)
- nfcpy-0.13.4.tar.gz (python version >=2.6, <3)
- nfcpy-0.13.5-py2-none-any.whl (python version >=2.6, <3)
- nfcpy-0.13.5.tar.gz (python version >=2.6, <3)
- nfcpy-0.13.6-py2-none-any.whl (python version >=2.6, <3)
- nfcpy-0.13.6.tar.gz (python version >=2.6, <3)
- nfcpy-1.0.0-py3-none-any.whl (python version >=2.6)
- nfcpy-1.0.0.tar.gz (python version >=2.6)
- nfcpy-1.0.1-py3-none-any.whl (python version >=2.6)
- nfcpy-1.0.1.tar.gz (python version >=2.6)
- nfcpy-1.0.2-py3-none-any.whl (python version >=2.6)
- nfcpy-1.0.2.tar.gz (python version >=2.6)
- nfcpy-1.0.3-py3-none-any.whl (python version >=2.6)
- nfcpy-1.0.3.tar.gz (python version >=2.6)
- nfcpy-1.0.4-py3-none-any.whl (python version >=2.6)
- nfcpy-1.0.4.tar.gz (python version >=2.6)


Project link:

- Homepage