Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs pyyaml-5.4.1 #181

Open
jeffmielke opened this issue May 22, 2023 · 0 comments
Open

needs pyyaml-5.4.1 #181

jeffmielke opened this issue May 22, 2023 · 0 comments

Comments

@jeffmielke
Copy link
Contributor

Using polyglotdb to measure SPADE requires pyyaml-5.4.1 because in pyyaml-6.0 the load() function has an additional required argument. When I initially used my old installation of polyglot and a fresh installation in conda, I got "no module named yaml" in both, and when I installed it using pip I got pyyaml-6.0 and ran formant.py in both, I got the error message "TypeError: load() missing 1 required positional argument: 'Loader'". After entering "conda install pyyaml=5.4.1" I can now measure formants in polyglot in the conda environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant