# Try the following to install a library without dependent packages pip install --no-deps [LIB_NAME] pip install --no-dependencies [LIB_NAME] pip install --no-deps -r requirements.txt pip install --no-dependencies -r requirements.txt