Attempting 'Import Pyserial library'

Hello.

I’m trying to import pyserial library at conda environment as I want to interact isaac sim and arduino.

While I have tried ‘pip install pyserial’ and ‘conda install -c conda-forge pyserial’ but it still says 'ModuleNotFoundError: No module named ‘pyserial’

If someone solved this issue, please let me know.

image