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

Error in installing software on ubuntu 16.04 #222

Open
VanKush opened this issue Oct 25, 2024 · 0 comments
Open

Error in installing software on ubuntu 16.04 #222

VanKush opened this issue Oct 25, 2024 · 0 comments

Comments

@VanKush
Copy link

VanKush commented Oct 25, 2024

./locobot_install_all.sh -t sim_only -p 3 -l interbotix
Ubuntu 16.04 detected. ROS-kinetic chosen for installation.
sim_only installation type is chosen for LoCoBot.
Python 3 chosen for pyRobot installation.
interbotix hardware platform chosen for LoCoBot.


The installation takes around half an hour!


python-tk is already installed
python-sip is already installed
vim is already installed
git is already installed
terminator is already installed
python-pip is already installed
python-dev is already installed
python-virtualenv is already installed
screen is already installed
openssh-server is already installed
libssl-dev is already installed
libusb-1.0-0-dev is already installed
libgtk-3-dev is already installed
libglfw3-dev is already installed
The directory '/home/locobot/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/locobot/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting cryptography
Downloading https://files.pythonhosted.org/packages/0d/05/07b55d1fa21ac18c3a8c79f764e2514e6f6a9698f1be44994f5adf0d29db/cryptography-43.0.3.tar.gz (686kB)
100% |████████████████████████████████| 696kB 558kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-k13ldT/cryptography/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-k13ldT/cryptography/
You are using pip version 8.1.1, however version 24.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

then we run:
pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8/pip-24.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-Ju1XyL/pip/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Ju1XyL/pip/
You are using pip version 8.1.1, however version 24.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

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

1 participant