Plugins no longer work making beets useless, what gives?

I had beets on another machine working great. I took the config from there and moved it to a new machine with new install. I added my plugins, but I get the following. These plugins ARE all installed. The weird thing is, I don’t use fetchart and I am not loading it in my config at all. The rest are totally installed. Fedora 32 Beets 1.4.9

** error loading plugin the:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
    namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.the'

** error loading plugin discogs:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
    namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.discogs'

** error loading plugin lastgenre:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
    namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.lastgenre'

** error loading plugin bandcamp:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
    namespace = __import__(modname, None, None)
  File "/home/steven/.local/lib/python3.8/site-packages/beetsplug/bandcamp.py", line 26, in <module>
    from beetsplug import fetchart
ImportError: cannot import name 'fetchart' from 'beetsplug' (/usr/lib/python3.8/site-packages/beetsplug/__init__.py)

** error loading plugin inline:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
    namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.inline'

I thought I had installed beets-plugins and I hadn’t… Problem solved.

sudo dnf install beets beets-plugins beets-doc