Hello I am trying to install speechrecogntion python module on Pepper by using the below command. pip install SpeechRecognition
I am getting the below error.
Any idea how I can fix this issue?
Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/usr/lib/python2.7/site-packages/SpeechRecognition-3.8.1.dist-info'
Thank you!!