Module not found - scipy (Windows 10)

Hello everyone,
I’m having a problem with my environment: it doesn’t seem to see scipy, even though it is listed under the command “conda list”. Here is the screenshot:


I’m using scipy 1.11.1. I made sure I’m working within my environment.
I’ve already tried reinstaling scipy, reinstalling sklearn, creatng new environment, updating anaconda, reinstalling anaconda, but the error prevails.
Do you have any idea, why it doesn’t work?
Any help will be greatly appreciated.
AV

Never mind, found the error. For anyone with similar error: the path to scipy was corrupted. I needed to type:
python -c “import scipy; print(scipy.file)”
It showed some files remaining after and older python which I uninstalled some time ago. When I manually deleted those files, the path was corrected.