I have a problem installing audio.coder in python3.
Requirement already satisfied: configparser in c:\users/lib\site-packages(installed already) (4.0.2).
Error:
Using cached audio.coders-4.0.2.tar.gz (682 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/private/var/folders/18/dg9nnkwj33qd7hwq8nmkqp1r0000gn/T/pip-install-pwqm3pw1/audio-coders_ffbe7e1c37a748f9b4da82b85363aaee/setup.py", line 5, in <module>
          import ConfigParser
      ModuleNotFoundError: No module named 'ConfigParser'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
