Praat-textgrids
Praat-textgrids copied to clipboard
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I also have an error during pip install praat-textgrids.
I had the same issue in windows:
I solved by setting encoding="utf-8"
in the setup.py
- Clone the repo:
git clone https://github.com/Legisign/Praat-textgrids.git
- Change line 38 in
setup.py
:open('README.md', 'r') as readme:
to withopen('README.md', 'r',encoding='utf-8') as readme:
- Run
python setup.py install
Sorry I’ve neglected to maintain this for almost a year now: I’ve been otherwise occupied.
Will look into this now.