Can anyone help me with FER, can't import it

from fer import FER
ImportError: cannot import name ‘FER’ from ‘fer’

Assuming you mean the PyPi package, and assuming it has been installed successfully, FER isn’t in the root __init__.py in the latest version. Try:

from fer.fer import FER