question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am tired of fighting with pipenv. But on the other side working with poetry is very fun.

I can not see any reasons why we should not move to poetry instead.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sobolevncommented, Nov 11, 2018

@DmytroLitvinov I have used pip-tools for almost a year two year ago. It was a nice tool for that time.

pipenv lacks of support, it has A LOT OF bugs, for example you can not have extra packages in the latest version. Dependency resolution mechanism is broken. There’s no way of using pipenv as replacement for setup.py, so when you have a project with setup.py, you will have to run different commands just to setup your app.

Everything below is working fine with poetry. And I will also add “Why not pipenv?” to FAQ.

1reaction
sobolevncommented, Nov 15, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating a project to Poetry - browniebroke.com
The first step was to migrate the project metadata from setup.cfg to pyproject.toml . Poetry comes with a handy interactive command poetry init ......
Read more >
yhino/pipenv-poetry-migrate - GitHub
This is simple migration script, migrate pipenv to poetry - GitHub - yhino/pipenv-poetry-migrate: This is simple migration script, migrate pipenv to poetry.
Read more >
pipenv-poetry-migrate - PyPI
This is simple migration script, migrate pipenv to poetry. PyPI - Python Version PyPI - Downloads build Codecov FOSSA Status. :rocket: Get Started....
Read more >
Managing environments | Documentation | Poetry - Poetry
Managing environments Poetry makes project environment isolation one of its core features. What this means is that it will always work isolated from...
Read more >
Moving from Pipenv to Poetry - Blog - Notifly
We recently moved from pipenv to poetry. So far we've mostly had a good experience with poetry, but here are some things that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found