You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: