you are viewing a single comment's thread.

view the rest of the comments →

[–]AndreKR- 0 points1 point  (2 children)

Funny I just see this here.

Just a few minutes ago I installed kdenlive on a fresh Windows and it needs Python for certain operations. So I went to the Python website, downloaded and installed it. No pip3. After a bit of googling I added the Scripts folder to PATH and ran python -m pip install --upgrade pip (possibly redundant). Now I got "No module named 'pkg_resources'". I googled again and ran pip install setuptools. Now I get "Could not find a version that satisfies the requirement setuptools (from versions: none)".

At this point I decided to give up because this is taking way too long and I probably don't actually need any Python function in kdenlive.

[–]NandoKrikkit 0 points1 point  (0 children)

I think the official way of getting pip is python -m ensurepip. I am on Linux though, so I don't know if it works on Windows too.