Skip to content

Add 'wheel' to requirements.txt #5

@antonwantstosleep

Description

@antonwantstosleep

Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'".

The solution is to say:

$ pip3 install wheel
$ pip3 uninstall -r requirements.txt
$ pip3 install -r requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions