pip is the standard package manager for Python. It allows you to install and manage additional libraries and dependencies that are not part of the standard Python library.
If you meant your first-ever Git installation, this guide will walk you through installing and configuring Git on Windows, macOS, and Linux.
| Problem | Likely Cause | Solution |
|---------|--------------|----------|
| Installer won’t start | Corrupt download | Redownload, verify checksum |
| Missing DLL / .so file | Missing runtime | Install VC++ Redist, .NET, or Mono |
| Permission denied | Non-admin user | Run as administrator / sudo |
| Antivirus deleted files | False positive | Restore from quarantine, add exclusion |
| Error 1603 / 1722 (Windows) | Windows Installer issues | Run msiexec /unregister then msiexec /regserver |
| Segmentation fault | Corrupt install or incompatible libs | Reinstall, check logs, update system |
| Port already in use | Another service | Change app’s port setting | firtgi install
To install a specific package, use the install command followed by the package name.
Syntax:
pip install package_name
Example (installing the popular 'requests' library):
pip install requests
Cause: The installer didn’t write the bootloader correctly, or BIOS boot order changed. Fix: Re-enter BIOS and ensure your hard drive is first in boot order. If that fails, re-run the installation and manually flag the EFI partition as bootable. pip is the standard package manager for Python
Restart your computer and enter the boot menu (F12 for most PCs, Option key for Mac). Select your USB drive. If you see a black screen with a blinking cursor, your USB is not bootable—return to Part 1, Step 3.
For Windows: Download network and storage drivers onto a separate USB before installing. Windows may lack native drivers for new NVMe drives or Wi-Fi 6E chipsets. For Linux: Most drivers are in-kernel, but proprietary GPU drivers need post-install setup. firtgi install