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,
I followed the instructions for Mac installed, the package seemed to download normally with pip and then at the end I got the following error message:
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-Y9uiVm/nflgame/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-IONcGj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-Y9uiVm/nflgame/
I'm not sure how to get this working, any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
I discovered that I had multiple versions of pip installed and once I used the correct one this issue was resolved for me.
Sorry, something went wrong.
No branches or pull requests
Hi,
I followed the instructions for Mac installed, the package seemed to download normally with pip and then at the end I got the following error message:
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-Y9uiVm/nflgame/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-IONcGj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-Y9uiVm/nflgame/
I'm not sure how to get this working, any ideas?
Thanks
The text was updated successfully, but these errors were encountered: