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

How to install IptcEditor via python pip




IptcEditor - Python3 GTK3 wrapper for EXIV2, which is used to read and edit image IPTC metadata. It can handle bulk operations on directories of image files., it belongs to Classifiers:

- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: Unix
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Topic :: Utilities

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



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_IptcEditor_env

- Active the virtual environment

test_IptcEditor_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_IptcEditor_env

- Active the virtual environment

source test_IptcEditor_env/bin/active


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

To install IptcEditor on Windows(CMD):

py -m pip install IptcEditor

To install IptcEditor on Unix/macOs:

pip install IptcEditor


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

Example:

pip install IptcEditor==0.3


Please see the version list below table:

VersionReleased dateCommand
IptcEditor 0.4.2.42016-03-30T22:06:45Windows:

py -m pip install IptcEditor==0.4.2.4

Unix/macOs:

pip install IptcEditor==0.4.2.4

IptcEditor 0.4.2.32016-03-22T20:30:39Windows:

py -m pip install IptcEditor==0.4.2.3

Unix/macOs:

pip install IptcEditor==0.4.2.3

IptcEditor 0.4.2.22016-03-22T21:11:02Windows:

py -m pip install IptcEditor==0.4.2.2

Unix/macOs:

pip install IptcEditor==0.4.2.2

IptcEditor 0.4.2.12016-03-09T11:52:34Windows:

py -m pip install IptcEditor==0.4.2.1

Unix/macOs:

pip install IptcEditor==0.4.2.1

IptcEditor 0.4.22016-03-09T11:43:02Windows:

py -m pip install IptcEditor==0.4.2

Unix/macOs:

pip install IptcEditor==0.4.2

IptcEditor 0.4.12016-03-08T20:33:23Windows:

py -m pip install IptcEditor==0.4.1

Unix/macOs:

pip install IptcEditor==0.4.1

IptcEditor 0.4.02016-03-04T11:34:22Windows:

py -m pip install IptcEditor==0.4.0

Unix/macOs:

pip install IptcEditor==0.4.0

IptcEditor 0.3.72016-02-21T20:33:16Windows:

py -m pip install IptcEditor==0.3.7

Unix/macOs:

pip install IptcEditor==0.3.7

IptcEditor 0.3.62016-02-20T22:13:20Windows:

py -m pip install IptcEditor==0.3.6

Unix/macOs:

pip install IptcEditor==0.3.6

IptcEditor 0.3.5.12016-02-20T14:22:52Windows:

py -m pip install IptcEditor==0.3.5.1

Unix/macOs:

pip install IptcEditor==0.3.5.1

IptcEditor 0.3.52016-02-20T14:10:10Windows:

py -m pip install IptcEditor==0.3.5

Unix/macOs:

pip install IptcEditor==0.3.5

IptcEditor 0.3.42016-02-19T13:02:28Windows:

py -m pip install IptcEditor==0.3.4

Unix/macOs:

pip install IptcEditor==0.3.4

IptcEditor 0.3.3.12016-02-19T03:06:09Windows:

py -m pip install IptcEditor==0.3.3.1

Unix/macOs:

pip install IptcEditor==0.3.3.1

IptcEditor 0.3.32016-02-19T01:17:40Windows:

py -m pip install IptcEditor==0.3.3

Unix/macOs:

pip install IptcEditor==0.3.3

IptcEditor 0.3.22016-02-18T12:14:07Windows:

py -m pip install IptcEditor==0.3.2

Unix/macOs:

pip install IptcEditor==0.3.2

IptcEditor 0.3.12016-02-18T03:28:16Windows:

py -m pip install IptcEditor==0.3.1

Unix/macOs:

pip install IptcEditor==0.3.1

IptcEditor 0.32016-02-17T10:30:49Windows:

py -m pip install IptcEditor==0.3

Unix/macOs:

pip install IptcEditor==0.3


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_IptcEditor_downloaded_file>

On Unix/macOs:

pip install <path_to_IptcEditor_downloaded_file>


List distribution:

- IptcEditor-0.3-py2.py3-none-any.whl
- IptcEditor-0.3.tar.gz
- IptcEditor-0.3.1-py2.py3-none-any.whl
- IptcEditor-0.3.1.tar.gz
- IptcEditor-0.3.2-py2.py3-none-any.whl
- IptcEditor-0.3.3-py2.py3-none-any.whl
- IptcEditor-0.3.3.tar.gz
- IptcEditor-0.3.3.1-py2.py3-none-any.whl
- IptcEditor-0.3.4-py2.py3-none-any.whl
- IptcEditor-0.3.4.tar.gz
- IptcEditor-0.3.5-py2.py3-none-any.whl
- IptcEditor-0.3.5.tar.gz
- IptcEditor-0.3.5.1-py2.py3-none-any.whl
- IptcEditor-0.3.5.1.tar.gz
- IptcEditor-0.3.6-py2.py3-none-any.whl
- IptcEditor-0.3.6.tar.gz
- IptcEditor-0.3.7-py2.py3-none-any.whl
- IptcEditor-0.3.7.tar.gz
- IptcEditor-0.4.0-py2.py3-none-any.whl
- IptcEditor-0.4.0.tar.gz
- IptcEditor-0.4.1-py2.py3-none-any.whl
- IptcEditor-0.4.1.tar.gz
- IptcEditor-0.4.2-py2.py3-none-any.whl
- IptcEditor-0.4.2.1-py2.py3-none-any.whl
- IptcEditor-0.4.2.1.tar.gz
- IptcEditor-0.4.2.2-py2.py3-none-any.whl
- IptcEditor-0.4.2.2.tar.gz
- IptcEditor-0.4.2.3-py2.py3-none-any.whl
- IptcEditor-0.4.2.3.tar.gz
- IptcEditor-0.4.2.4-py2.py3-none-any.whl
- IptcEditor-0.4.2.4.tar.gz


Project link:

- Homepage