nix-community/pypi2nix

Error when running pypi2nix command

RaitoBezarius opened this issue · 0 comments

Description

So I'm trying to package the weblate service in NixOS and I'm getting those errors while trying with pypi2nix.

ERROR: Could not find a version that satisfies the requirement celery-batches<0.4,>=0.2 (from -r /tmp/tmphnlhmf9h/587ddabae4c1d517e297730795113958.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for celery-batches<0.4,>=0.2 (from -r /tmp/tmphnlhmf9h/587ddabae4c1d517e297730795113958.txt (line 4))
% pypi2nix --version
2.0.2
% pypi2nix -e weblate
Collecting weblate
  Downloading Weblate-3.11.2.tar.gz (24.3 MB)
  Saved /tmp/tmpwbbhzfjj/download/Weblate-3.11.2.tar.gz
Collecting bleach<3.2.0,>=3.0.0
  Downloading bleach-3.1.1.tar.gz (174 kB)
  Saved /tmp/tmpwbbhzfjj/download/bleach-3.1.1.tar.gz

Unsure whether if it's avoidable.