Hi Yannick! Thank you for creating this incredibly useful software! I am working on a project using Streamlit that will display formant values in quasi-real time (analyzing successive recordings of .10 seconds in length) and am having trouble importing Parselmouth into the script. I get the following error message:
ImportError:cannot import "quote" from 'urllib'
and the last error message references:
parselmouth/adapters/dft/interface.py, line 17 in <module>
from urllib import quote
Can you help? I am completely reliant on Parselmouth to make this project work and I am not sure how to fix this particular error. Thanks! William