It seems a common problem for many that, when importing via “pip install module_xxx” missing Python modules on a local machine, by default they are not linked with Spyder. Some references on how to ...
I had to use Python 3.10.x because it is the required version in the project. Therefore, first I installed Python 3.10.x by using pyenv ( it is one of solutions you ...