Praat-textgrids icon indicating copy to clipboard operation
Praat-textgrids copied to clipboard

Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Open ming0520 opened this issue 4 years ago • 3 comments

image

ming0520 avatar Jun 03 '20 08:06 ming0520

error_pip_install_praat_textgrid

I also have an error during pip install praat-textgrids.

simwas avatar Jun 16 '20 08:06 simwas

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 with open('README.md', 'r',encoding='utf-8') as readme:
  • Run python setup.py install

maulikmadhavi avatar Oct 22 '20 03:10 maulikmadhavi

Sorry I’ve neglected to maintain this for almost a year now: I’ve been otherwise occupied.

Will look into this now.

Legisign avatar May 20 '21 09:05 Legisign