hack-interview icon indicating copy to clipboard operation
hack-interview copied to clipboard

not able to install dependencies

Open ssapkota93 opened this issue 1 year ago • 2 comments

When I ran "pip install -r requirements.txt", I am getting output as command not found.

please help me

ssapkota93 avatar Aug 21 '24 17:08 ssapkota93

Make sure pip is install noob..

TechWithTy avatar Aug 29 '24 05:08 TechWithTy

@ssapkota93 try pip3 install -r requirements.txt instead. If this won't help, check your installed python and pip version: python --version or python3 --version

ivnvxd avatar Sep 08 '24 17:09 ivnvxd