Не могу использовать яндекс-геокодер с python 2.7 - PullRequest
0 голосов
/ 24 января 2020

У меня есть python 2,7. Я устанавливаю библиотеку pip, устанавливаю яндекс-геокодер, но ошибка:

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement yandex-geocoder (from versions: none)
ERROR: No matching distribution found for yandex-geocoder

Ответы [ 2 ]

0 голосов
/ 24 января 2020

Чтобы использовать yandex-геокодер , ваша версия python должна быть> = 3.6.

Go до Python загрузки , скачать и установить python 3.6. Тогда вы сможете использовать яндекс-геокодер .

0 голосов
/ 24 января 2020

Яндекс геокодер не поддерживает python 2.7 версию. Как вы можете видеть здесь , эта библиотека поддерживает только python 3.6 или python 3.7

...