divya20
(divya)
1
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