CyberAgentAILab / layout-dm

LayoutDM: Discrete Diffusion Model for Controllable Layout Generation [Inoue+, CVPR2023]
https://cyberagentailab.github.io/layout-dm
Apache License 2.0
211 stars 23 forks source link

A problem happened during the install process #15

Closed lemon-prog123 closed 1 year ago

lemon-prog123 commented 1 year ago

I follow the instruction and use the command "poetry install" and i get the issue that this:

Installing dependencies from lock file

Package operations: 124 installs, 12 updates, 0 removals

• Installing pyasn1 (0.4.8): Failed

KeyringLocked

Failed to unlock the collection!

kietbg0079 commented 1 year ago

Try: export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring

naoto0804 commented 1 year ago

Hi, thank you for visiting our repo!

I'm sorry, I haven't met that error before. How about @kietbg0079 's suggestion?

naoto0804 commented 1 year ago

Let me know if you still cannot solve the problem.