spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
982 stars 145 forks source link

error install #368

Closed lcxsnow closed 2 years ago

lcxsnow commented 2 years ago

I'm using Nvidia AGX Xavier and the ubuntu is 18.04. I typed 'pip3 install sounddevice' or 'sudo apt-get install sounddevice'. It didn't work.

nvidia@nvidia-desktop:~$ pip3 install sounddevice Defaulting to user installation because normal site-packages is not writeable WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa85c76d8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/sounddevice/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa85b6b38>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/sounddevice/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa85b69b0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/sounddevice/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa85b66d8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/sounddevice/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa85c77f0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/sounddevice/ ERROR: Could not find a version that satisfies the requirement sounddevice (from versions: none) ERROR: No matching distribution found for sounddevice nvidia@nvidia-desktop:~$ sudo apt-get install sounddevice [sudo] password for nvidia: Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package sounddevice