(
myvenv) henkoegema @ HP-Laptop ~/Documents/venvtesting =>
pip listPackage Version
-------- -------
numpy 2.2.2
pip 24.0
pyserial 3.5 <-----------

(myvenv) henkoegema @ HP-Laptop ~/Documents/venvtesting => python3
Python 3.12.3 (main, Jan 17 2025, 18:03:48) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>>
import pyserialTraceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError:
No module named 'pyserial' <----------

>>>

Wat doe ik fout?