Can anyone help me with FER, can't import it (original) (raw)

divya20 (divya) March 5, 2026, 12:50pm 1

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

JamesParrott (James Parrott) March 5, 2026, 1:38pm 2

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