Skip to content

PEP 668 prevents system pip install #6

@Blurpex

Description

@Blurpex

According to PEP 668, installing packages using pip is not recommended anymore as it can break system packages, instead virtual environment is recommended.

Here are the steps using venv:

  1. install venv and inside the cloned repo, make a virtual environment using python3 -m venv venv
  2. set the source with source venv/bin/activate
  3. download the dependencies with pip install -r requirements.txt
  4. finally run it using sudo venv/bin/python3 -m src

also thank you for saving my keyboard :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions