claudep / swiss-qr-bill

A Python library to generate Swiss QR-bill payment slips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install qrbill defect

gabejackson opened this issue · comments

Just to let you know that the setup is broken:
pip install qrbill Collecting qrbill Downloading https://files.pythonhosted.org/packages/d6/54/8997ebb7425cdbab592d93600f4e2b3f7bad6a64a932658abf8495e065ba/qrbill-0.5.tar.gz Running setup.py (path:/tmp/pip-build-UtL0xF/qrbill/setup.py) egg_info for package qrbill produced metadata for project name unknown. Fix your #egg=qrbill fragments. Installing collected packages: unknown Running setup.py install for unknown ... done Successfully installed unknown-0.0.0

From what I read around the Web about this problem, it looks like this is due to a too-old setuptools version. Most articles about that mention the workaround pip install setuptools --upgrade before installing.
For example: lief-project/LIEF#108

thx claudep, that was exactly it (sorry, it was a really old project on python 2.7. i only did a pip upgrade, but forgot about setuptools). thx again!

I found this thread just now. It worked also for me on RHEL 7, first upgrade pip, the upgrade setuptools, then install qrbill