https://bugs.kde.org/show_bug.cgi?id=495591
Stefan Gerlach <stefan.gerl...@uni-konstanz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|REMIND |WORKSFORME Status|VERIFIED |RESOLVED --- Comment #9 from Stefan Gerlach <stefan.gerl...@uni-konstanz.de> --- I was able to find a problem on my system. There was an older Python version installed (without numpy). Can you check in a Powershell that you get the correct version of Python PS> python Python 3.11.9 ... LabPlot needs Python 3.11 for Notebooks. Also check that NumPy is installed: PS> python -m pip list Package Version ---------- ------- numpy 2.2.2 pip 24.0 setuptools 65.5.0 Otherwise: python -m pip install numpy -- You are receiving this mail because: You are watching all bug changes.