groove-x / mqtt_bridge

mqtt_bridge provides a functionality to bridge between ROS and MQTT in bidirectional
MIT License
160 stars 146 forks source link

pip3 install -r requirements.txt could not open directory #64

Open mit6058 opened 2 years ago

mit6058 commented 2 years ago

[Errno 2] No such file or directory: 'requirements.txt'

sairajkamble commented 2 years ago

The name of the requirements file is dev-requirements.txt. So give the command pip3 install -r dev-requirements.txt

plumewind commented 2 years ago

hello ,

also ERROR:

Defaulting to user installation because normal site-packages is not writeable ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'dev-requirements.txt'

plumewind commented 2 years ago

sorry, I got it $ cd ~/catkin_ws/src/mqtt_bridge $ pip3 install -r dev-requirements.txt

plumewind commented 2 years ago

Hello,

I got a error like:

Collecting geometry-msgs WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939fa9a8d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939fa9ab38>: Failed to establish a new connection: [Errno 111] Connection refused',)': /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939fa9acc0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939fa9ae48>: Failed to establish a new connection: [Errno 111] Connection refused',)': /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939fa9afd0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /rospypi/simple/any/geometry-msgs/geometry_msgs-1.13.0.post2-py2.py3-none-any.whl (Caused by NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f939faa3198>: Failed to establish a new connection: [Errno 111] Connection refused',))

What should I do?