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
uname -a
Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
python --version
Python 2.7.15rc1
catkin --version
Not relevant
echo $ROS_DISTRO
N/A (using outside of ros)
catkin_make
catkin_make_isolated --merge
catkin build
catkin build -p1
read this
I should be able to do a user install of catkin_tools.
It fails to install
Installing collected packages: catkin-tools Running setup.py install for catkin-tools ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cE992M/catkin-tools/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-record-8xEZNz/install-r ecord.txt --single-version-externally-managed --compile --user --prefix=: usage: -c [--user | --prefix PREFIX] -c: error: argument --prefix: not allowed with argument --user/--home ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cE992M/catkin-tools/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-record-8xEZNz/install-record.txt --single-versi on-externally-managed --compile --user --prefix=" failed with error code 2 in /tmp/pip-install-cE992M/catkin-tools/
pip install --user --no-cache-dir catkin_tools==0.4.4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System Info
uname -a
Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
python --version
Python 2.7.15rc1
catkin --version
OR Git revisionNot relevant
echo $ROS_DISTRO
N/A (using outside of ros)
Build / Run Issue
catkin_make
catkin_make_isolated --merge
catkin build
catkin build -p1
read this
Expected Behavior
I should be able to do a user install of catkin_tools.
Actual Behavior
It fails to install
Steps to Reproduce the Issue
The text was updated successfully, but these errors were encountered: