Fenics Jupiter notebook installation issues

I’m trying to install Fenics on MacBook Pro Mojave version 10.14.6 and run it with jupyther notebook but getting errors:
from fenics import *
gives
AttributeError: module 'dolfin' has no attribute 'cpp'

Any suggestions or help would be appreciated.