-
-
Notifications
You must be signed in to change notification settings - Fork 47
Cannot install backoff: tomlkit-0.5.3.tar.gz is already being built #246
Comments
I think part of the problem is that tomlkit depends on poetry and poetry also depends on tomlkit. pip seems able to install this cycle under normal conditions but I'm not sure how. |
It seems like this is (at least in part) due to the |
I encounter the same problem with
|
you can reproduce the above you can simple run: $ pip install tomlkit --no-binary :all: This means you can not install |
Reported the problem upstream python-poetry/poetry#760 and litl/backoff#67 |
Is there any workaround for this issue available at the moment? I really want to deploy Apache Airflow (latest version) on NixOS using Nix but until this is resolved I simply can't progress with it and am forced to use an older version. |
I discuss my workaround in this comment on another ticket: python-poetry/poetry#760 (comment) This is for if you are directly calling pip and able to set the |
I'm trying to build a project with a lot of dependencies, but I think I've narrowed it down to
backoff
.I'm running pypi2nix master.
The text was updated successfully, but these errors were encountered: