Skip to content

Poetry install stuck on install package "attrs" #75

@MasterTeixi

Description

@MasterTeixi

Steps to reproduce:
Starting from 0 on a Debian machine

apt install python3 (i alreayd had it but i tried it anyway)
apt install python3-pip (python that comes with debian doesn't have pip included)
apt install pipx
pipx ensurepath
sudo pipx ensurepath
(close ssh session, reopen it)
pipx install poetry
git clone https://github.com/nautobot/nautobot-docker-compose.git
cd nautobot-docker-compose
(copy environments/local.env and environments/creds.env to /environments and edit them)
chmod 0600 environments/local.env environments/creds.env
cp invoke.example.yml invoke.yml
poetry shell
poetry lock
poetry install

What it does:

It installs 2 packages and after that it gets stuck on installing "attrs 23.2.0"
Tried to install it separately but it keeps saying package doesn't exist
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedstatus: action requiredThis issue requires additional information to be actionable

    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