Poetry: debugging

Poetry: debugging

poetry install 이 않되서 삼질 함

1
poetry --vvv install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

poetry -vvv install

Loading configuration file /home/dev/.config/pypoetry/config.toml
Adding repository pytorch (https://download.pytorch.org/whl/cu124) and setting it as supplemental
Using virtualenv: /repositories/SimpleTuner/.venv
Installing dependencies from lock file

Finding the necessary packages for the current system

Package operations: 152 installs, 2 updates, 0 removals, 12 skipped

- Installing nvidia-nvjitlink-cu12 (12.4.99): Pending...
Checking if keyring is available
[keyring:keyring.backend] Loading KWallet
[keyring:keyring.backend] Loading SecretService
[keyring:keyring.backend] Loading Windows
[keyring:keyring.backend] Loading chainer
[keyring:keyring.backend] Loading libsecret
[keyring:keyring.backend] Loading macOS
Using keyring backend 'SecretService Keyring'

1
2
3

poetry config keyring.enabled false

참조