We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Sorry, the requirements.txt line shouldn't be in the setup.py, I will fix it later tonight when I get home
Sorry, something went wrong.
Thanks. Works now.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: