Package that fails to install using poetry #3929
Unanswered
danmichaelo
asked this question in
Q&A
Replies: 1 comment
-
|
Looks like they release only eggs for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Came across a package, get-docker-secret, which can be installed using
pip install get-docker-secret, but fails withpoetry add get-docker-secretwith the error "Unable to find installation candidates for get-docker-secret (1.0.2)" with Python 3.8.1 and Poetry 1.1.5 on MacOS. I guess the problem is how the package is packaged, but do you see what's wrong?Beta Was this translation helpful? Give feedback.
All reactions