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

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

Open
mit6058 opened this issue Feb 23, 2022 · 4 comments
Open

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

mit6058 opened this issue Feb 23, 2022 · 4 comments

Comments

@mit6058
Copy link

mit6058 commented Feb 23, 2022

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

@sairajkamble
Copy link

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

@plumewind
Copy link

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
Copy link

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

@plumewind
Copy link

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?

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

3 participants