nix-community / pypi2nix

Abandoned! Generate Nix expressions for Python packages
194 stars 47 forks source link

Error when running pypi2nix command #438

Open koslambrou opened 4 years ago

koslambrou commented 4 years ago

Here's the error when running the following commands.

% pypi2nix --version
2.0.4
% pypi2nix -V python36 -e rdflib
INFO: pypi2nix v2.0.4 running ...
INFO: Downloading wheels and creating wheelhouse ...
INFO: Downloading runtime requirements
error: attribute 'overridePythonAttrs' missing, at /nix/store/yyznchn0h87gphwzc6asc3p9lh960n9f-pypi2nix-2.0.4/lib/python3.7/site-packages/pypi2nix/pip/bootstrap.nix:19:18

I am missing something ?