https://bugs.kde.org/show_bug.cgi?id=501576
Bug ID: 501576
Summary: no module named pip when switched python / python3
aliases
Classification: Applications
Product: kdenlive
Version: 24.12.3
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Setup & Installation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org
If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Please remove this comment after reading and before submitting - thanks!
***
SUMMARY
I was installing speech to text and came across the error with incompatible
python version (mine comes with 3.13), so I saw a similar issue here and
decided to change the aliases to 3.10.16 and now it says the pip module is
missing even if my python install is working.
STEPS TO REPRODUCE
1. sudo rm /usr/bin/python
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.10 /usr/bin/python
sudo ln -s /usr/bin/python3.10 /usr/bin/python3
OBSERVED RESULT
Output:
/home/admin/.local/share/kdenlive/venv/bin/python3: No module named pip
Installing missing packages:
{'/usr/share/kdenlive/scripts/whisper/requirements-whisper.txt'} failed
installing /usr/share/kdenlive/scripts/whisper/requirements-whisper.txt
EXPECTED RESULT
Installs like normal. I had it working in a previous install but I reinstalled
my os.
SOFTWARE/OS VERSIONS
Kdenlive: 24.12.3
Package Type: Unknown/Default
MLT: 7.30.0
Qt: 6.8.2 (built against 6.8.2 x86_64-little_endian-lp64)
Frameworks: 6.12.0
System: Nobara Linux 41 (KDE Plasma)
Kernel: linux 6.13.7-200.nobara.fc41.x86_64
CPU: x86_64
Windowing System: wayland
GPU: AMD/AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.61,
6.13.7-200.nobara.fc41.x86_64)
Movit (GPU): disabled
Track Compositing: qtblend
ADDITIONAL INFORMATION
Python aliasing was done through GPT, no clue how to do that stuff tbh
--
You are receiving this mail because:
You are watching all bug changes.