https://bugs.kde.org/show_bug.cgi?id=426866
--- Comment #4 from Gaël de Chalendar (aka Kleag) <kle...@gmail.com> --- Well, I can accept that even if it seems natural for me to start my ide from a fully configured environment for the project. But in this case, there should be detection of the problem and a explicit message to the user. Here kdevelop is an AppImage. Does it include its python interpreter and the tools or does it depends on the system ones? In the latter case, I should be able to install the kdevelop system utilities in the venv, thus with pip or anything else. Finally, I tried, as you suggested, to start kdevelop from a clean environment with no venv and setting the venv python interpreter at the project settings level, but then the modules loaded in the venv cannot be found at runtime (debugger): ModuleNotFoundError: No module named 'torch' Is there other settings to do? -- You are receiving this mail because: You are watching all bug changes.