Closed samueljohn closed 9 years ago
Hi there,
If I do pip install pyprind (a pip from anaconda - don't know if that matters), it errors out with:
pip install pyprind
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?
setup.py
requirements.txt
Sorry, the requirements.txt line shouldn't be in the setup.py, I will fix it later tonight when I get home
Thanks. Works now.
Hi there,
If I do
pip install pyprind
(a pip from anaconda - don't know if that matters), it errors out with:I think in the
setup.py
in L13 there is specified arequirements.txt
which is actually not there. Am I doing it wrong?