You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
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.
The text was updated successfully, but these errors were encountered:
./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.
The text was updated successfully, but these errors were encountered: