nix-community / pip2nix

Freeze pip-installable packages into Nix expressions [maintainer=@datakurre]
171 stars 26 forks source link

AttributeError: 'NixFreezeCommand' object has no attribute 'populate_requirement_set' #71

Open milahu opened 3 years ago

milahu commented 3 years ago
$ cd pip2nix
$ nix-shell release.nix -A pip2nix.python36
$ cd python-project
$ pip2nix generate -r requirements.txt

ERROR: Exception:
Traceback (most recent call last):
  File "pip2nix/generate.py", line 209, in super_run
    self.populate_requirement_set(
AttributeError: 'NixFreezeCommand' object has no attribute 'populate_requirement_set'