Пытался установить библиотеку PyDictionary
pip install PyDictionary
Получил следующую ошибку:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
После выполнил команду
python -m pip install --upgrade pip
Но это не помогло. Что можно сделать чтобы установить библиотеку PyDictionary. При этом удалось установить библиотеку в jupyter notebook (anaconda3)