Я пытаюсь импортировать factor_analyzer в Spyder и получаю:
ModuleNotFoundError: Нет модуля с именем 'factor_analyzer'
from factor_analyzer import FactorAnalyzer
AND
pip install factor_analyzer
Результаты:
from factor_analyzer import FactorAnalyzer
Traceback (most recent call last):
File "<ipython-input-20-ce9a8a607260>", line 1, in <module>
from factor_analyzer import FactorAnalyzer
ModuleNotFoundError: No module named 'factor_analyzer'
pip install factor_analyzer
Note: you may need to restart the kernel to use updated packages.
'C:\Users\J' is not recognized as an internal or external command,
operable program or batch file.