Skip to content

Outdated build instructions in README #544

Open
@cuu508

Description

@cuu508

I followed the instructions in the "BUILDING" section in README:

git clone git@github.com:aio-libs/aiosmtpd.git
python3 -m venv .venv
source .venv/bin/activate
python setup.py install

This produces:

Traceback (most recent call last):
  File "/tmp/aiosmtpd/setup.py", line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

Is there perhaps an instruction missing there?

I'm using Ubuntu 24.04 and system's default python, python 3.12.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions