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 guys,
When I run python setup.py build everything runs smoothly. However, when I run python setup.py install it exits with the following error:
python setup.py build
python setup.py install
warning: install_data: setup script did not provide a directory for 'share/doc/p4' -- installing right in '/home/nat/Applications/Anaconda/anaconda2'
error: can't copy 'share/doc/p4': doesn't exist or not a regular file
Do you know how I might be able to fix this?
Nat
The text was updated successfully, but these errors were encountered:
I should note this also occurs for non-anaconda python
Sorry, something went wrong.
No branches or pull requests
Hi guys,
When I run
python setup.py build
everything runs smoothly. However, when I runpython setup.py install
it exits with the following error:warning: install_data: setup script did not provide a directory for 'share/doc/p4' -- installing right in '/home/nat/Applications/Anaconda/anaconda2'
error: can't copy 'share/doc/p4': doesn't exist or not a regular file
Do you know how I might be able to fix this?
Nat
The text was updated successfully, but these errors were encountered: