python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I make packages installed using Poetry accessible in Docker?
I have a Django REST framework API that I'm trying to run in Docker. The project uses Poetry 1.1.12. When running, I can see that Poetry is installed correctly, and that Poetry installs the packages i...
404usernamenotfound
Votes: 0
Answers: 2
Poetry add dependency to package in non-standard apt-get repository
Is it possible to use poetry to include a dependency to a package that's installed via apt-get from a non-standard repository? Specifically I'm trying to add ParselTongue as a dependency, but this req...

Danica Scott
Votes: 0
Answers: 1
Poetry update error when installing cryptography lib on Big Sur
When running poetry update in a Django project I get this issue.
Package operations: 8 installs, 22 updates, 0 removals
• Updating cryptography (3.4.6 -> 3.4.8): Failed
EnvCommandError
Buildin...
godhar
Votes: 0
Answers: 0
Cannot install Python projects in readthedocs
I've got a couple of projects here for which I'm preparing documentation at the moment, hosted at readthedocs.org. FYI, all of them use poetry and I use custom .readthedocs.yml files with this entry:
...
The_Fallen
Votes: 0
Answers: 0