I'm trying to install the simpleaduio module for python on my ubuntu distro on wsl.
I'm using the command pip install simpleaudio
It's a fresh install of ubunu on wsl and everything should be updated.
This is what is printed to the terminal when i enter the command:
Collecting simpleaudioUsing cached https://files.pythonhosted.org/packages/94/1b/4dc29653733202b68c09d9c6ca085cf67ac54859ee860647ef21ac1ff3dc/simpleaudio-1.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-94hPvk/simpleaudio/setup.py", line 42, in encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-94hPvk/simpleaudio/
Ubuntu version: 18.04 LTS
Python version: 3.6.9
Pip version: 9.0.1 (I've tried using both pip and pip3)