VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Pip is the package manager by default for Python. However, it is old with one or two niggles in use. If some script author has put a limit on the acceptable version of a module in requirements.txt, should you try to update it, then pip will complain. Also installing a list of modules can take some time.

    There is a new kid on the block - uv. https://astral.sh/blog/uv
    Install by:-

    Linux
    Code:
     curl -LsSf https://astral.sh/uv/install.sh | sh
    Windows
    Code:
    powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
    Via pip (yes, I see the irony!)
    Code:
    pip install uv
    • Uv handles modules imports quickly and easily.
    • Uv allows more than one version of python to be installed and used
    • Uv allows the override of requirements.txt to install up-to-date modules for old scripts

    In use as a package manager just preface pip commands with uv
    Code:
     uv pip install yt-dlp  --upgrade
    Image
    [Attachment 80570 - Click to enlarge]

    Code:
    uv pip install -r requirements.txt
    Image
    [Attachment 80571 - Click to enlarge]


    In use as a Python environment manager:
    Code:
    uv venv
    Image
    [Attachment 80573 - Click to enlarge]

    And uv gives prompts on how to activate the environment.
    Image
    [Attachment 80574 - Click to enlarge]


    The Astral blog says uv isn't a 100% replacement for pip yet. But for my use I haven't found it wanting. Fast and helpful. Recommended.
    Noob Starter Pack. Just download everything DRM Not kidding!.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  2. Looks very interesting thanks going to try it out
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!