rasbt / pyprind

PyPrind - Python Progress Indicator Utility
BSD 3-Clause "New" or "Revised" License
547 stars 65 forks source link

pip install faliure - requirements.txt not existing #15

Closed samueljohn closed 8 years ago

samueljohn commented 8 years ago

Hi there,

If I do pip install pyprind (a pip from anaconda - don't know if that matters), it errors out with:

error: can't copy 'requirements.txt': doesn't exist or not a regular file

    ----------------------------------------
Command "//anaconda/bin/python3 -c "import setuptools, tokenize;__file__='/private/var/folders/7z/r5scjljn7l10_fp021tw5wy40000gn/T/pip-build-i3wcyy5u/pyprind/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/7z/r5scjljn7l10_fp021tw5wy40000gn/T/pip-h8ccuqqx-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/7z/r5scjljn7l10_fp021tw5wy40000gn/T/pip-build-i3wcyy5u/pyprind

I think in the setup.py in L13 there is specified a requirements.txt which is actually not there. Am I doing it wrong?

rasbt commented 8 years ago

Sorry, the requirements.txt line shouldn't be in the setup.py, I will fix it later tonight when I get home

samueljohn commented 8 years ago

Thanks. Works now.