Unable to install tasmotizer on mac mini

pip3 install tasmotizer fails. I get the follow error. Any ideal?

prefix = ‘/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay’
Installing build dependencies … done
Getting requirements to build wheel … done
Preparing wheel metadata … error
ERROR: Command errored out with exit status 1:
command: /Library/Developer/CommandLineTools/usr/bin/python3 /Users/johnbrumfield/Library/Python/3.8/lib/python/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/tmpteo8ej0c
cwd: /private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-install-_wlo022a/pyqt5_c67693a393de4c58a3984f3e50032be2
Complete output (29 lines):
Traceback (most recent call last):
File “/Users/johnbrumfield/Library/Python/3.8/lib/python/site-packages/pip/_vendor/pep517/in_process/_in_process.py”, line 143, in prepare_metadata_for_build_wheel
hook = backend.prepare_metadata_for_build_wheel
AttributeError: module ‘sipbuild.api’ has no attribute ‘prepare_metadata_for_build_wheel’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/johnbrumfield/Library/Python/3.8/lib/python/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
    main()
  File "/Users/johnbrumfield/Library/Python/3.8/lib/python/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "/Users/johnbrumfield/Library/Python/3.8/lib/python/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 147, in prepare_metadata_for_build_wheel
    whl_basename = backend.build_wheel(metadata_directory, config_settings)
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/sipbuild/api.py", line 51, in build_wheel
    project = AbstractProject.bootstrap('pep517')
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/sipbuild/abstract_project.py", line 83, in bootstrap
    project.setup(pyproject, tool, tool_description)
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/sipbuild/project.py", line 484, in setup
    self.apply_user_defaults(tool)
  File "project.py", line 63, in apply_user_defaults
    super().apply_user_defaults(tool)
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/pyqtbuild/project.py", line 70, in apply_user_defaults
    super().apply_user_defaults(tool)
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/sipbuild/project.py", line 230, in apply_user_defaults
    self.builder.apply_user_defaults(tool)
  File "/private/var/folders/3b/zpvfb5pn0tl1qgqh4yh9rznm0000gn/T/pip-build-env-2upd57xh/overlay/lib/python3.8/site-packages/pyqtbuild/builder.py", line 66, in apply_user_defaults
    raise PyProjectOptionException('qmake',
sipbuild.pyproject.PyProjectOptionException
----------------------------------------

It could be a permissions problem.