Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install faliure - requirements.txt not existing #15

Closed
samueljohn opened this issue Jul 20, 2015 · 2 comments
Closed

pip install faliure - requirements.txt not existing #15

samueljohn opened this issue Jul 20, 2015 · 2 comments

Comments

@samueljohn
Copy link

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
Copy link
Owner

rasbt commented Jul 20, 2015

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

@rasbt rasbt closed this as completed in #16 Jul 21, 2015
@samueljohn
Copy link
Author

Thanks. Works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants