'can't find tensorflow in spyder which already installed. An old and new question

enter image description hereI knew this is an old question but my version is a little different. I installed tensorflow in python 3.10 and it showed in pip list, but when I tried to import it in spyder, it showed ModuleNotFoundError: No module named 'tensorflow'. I tried all the solution in stackoverflow and didn't work for me....

I already added the pip show pip location(which is a site-packages named folder) into the PYTHONPATH MANAGER but it didn't work.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source