You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: