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

How to install aiosmtpd via python pip




aiosmtpd - aiosmtpd - asyncio based SMTP server, it belongs to Classifiers:

- Framework :: AsyncIO
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: BSD :: FreeBSD
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Communications
- Topic :: Communications :: Email
- Topic :: Communications :: Email :: Mail Transport Agents

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



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_aiosmtpd_env

- Active the virtual environment

test_aiosmtpd_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_aiosmtpd_env

- Active the virtual environment

source test_aiosmtpd_env/bin/active


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

To install aiosmtpd on Windows(CMD):

py -m pip install aiosmtpd

To install aiosmtpd on Unix/macOs:

pip install aiosmtpd


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

Example:

pip install aiosmtpd==1.0a1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
aiosmtpd 1.4.22021-03-08T04:32:36Windows:

py -m pip install aiosmtpd==1.4.2

Unix/macOs:

pip install aiosmtpd==1.4.2

aiosmtpd 1.4.12021-03-04T04:14:49Windows:

py -m pip install aiosmtpd==1.4.1

Unix/macOs:

pip install aiosmtpd==1.4.1

aiosmtpd 1.4.02021-02-26T07:16:50Windows:

py -m pip install aiosmtpd==1.4.0

Unix/macOs:

pip install aiosmtpd==1.4.0

aiosmtpd 1.3.22021-02-19T18:58:50Windows:

py -m pip install aiosmtpd==1.3.2

Unix/macOs:

pip install aiosmtpd==1.3.2

aiosmtpd 1.3.12021-02-18T07:25:15Windows:

py -m pip install aiosmtpd==1.3.1

Unix/macOs:

pip install aiosmtpd==1.3.1

aiosmtpd 1.3.02021-02-08T18:33:20Windows:

py -m pip install aiosmtpd==1.3.0

Unix/macOs:

pip install aiosmtpd==1.3.0

aiosmtpd 1.2.42021-01-29T04:03:41Windows:

py -m pip install aiosmtpd==1.2.4

Unix/macOs:

pip install aiosmtpd==1.2.4

aiosmtpd 1.2.22020-11-07T21:21:15Windows:

py -m pip install aiosmtpd==1.2.2

Unix/macOs:

pip install aiosmtpd==1.2.2

aiosmtpd 1.22018-09-01T13:06:23Windows:

py -m pip install aiosmtpd==1.2

Unix/macOs:

pip install aiosmtpd==1.2

aiosmtpd 1.12017-07-06T15:13:22Windows:

py -m pip install aiosmtpd==1.1

Unix/macOs:

pip install aiosmtpd==1.1

aiosmtpd 1.02017-05-15T18:44:11Windows:

py -m pip install aiosmtpd==1.0

Unix/macOs:

pip install aiosmtpd==1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_aiosmtpd_downloaded_file>

On Unix/macOs:

pip install <path_to_aiosmtpd_downloaded_file>


List distribution:

- aiosmtpd-1.0a1.tar.gz
- aiosmtpd-1.0a2.tar.gz
- aiosmtpd-1.0a3.tar.gz
- aiosmtpd-1.0a4.tar.gz
- aiosmtpd-1.0a5.tar.gz
- aiosmtpd-1.0b1.tar.gz
- aiosmtpd-1.0rc1.tar.gz
- aiosmtpd-1.0.tar.gz
- aiosmtpd-1.1.tar.gz
- aiosmtpd-1.2.tar.gz
- aiosmtpd-1.2.2.tar.gz
- aiosmtpd-1.2.4.tar.gz (python version ~=3.6)
- aiosmtpd-1.3.0.tar.gz (python version ~=3.6)
- aiosmtpd-1.3.1-py3-none-any.whl (python version ~=3.6)
- aiosmtpd-1.3.1.tar.gz (python version ~=3.6)
- aiosmtpd-1.3.2-py3-none-any.whl (python version ~=3.6)
- aiosmtpd-1.3.2.tar.gz (python version ~=3.6)
- aiosmtpd-1.4.0-py3-none-any.whl (python version ~=3.6)
- aiosmtpd-1.4.0.tar.gz (python version ~=3.6)
- aiosmtpd-1.4.1-py3-none-any.whl (python version ~=3.6)
- aiosmtpd-1.4.1.tar.gz (python version ~=3.6)
- aiosmtpd-1.4.2-py3-none-any.whl (python version ~=3.6)
- aiosmtpd-1.4.2.tar.gz (python version ~=3.6)
- aiosmtpd-1.4.3rc1-py3-none-any.whl (python version ~=3.7)
- aiosmtpd-1.4.3rc1.tar.gz (python version ~=3.7)
- aiosmtpd-1.4.3rc2-py3-none-any.whl (python version ~=3.7)
- aiosmtpd-1.4.3rc2.tar.gz (python version ~=3.7)
- aiosmtpd-1.4.3-py3-none-any.whl (python version ~=3.7)
- aiosmtpd-1.4.3.tar.gz (python version ~=3.7)


Project link:

- Homepage
- Bug Tracker
- Documentation
- Source Code