Mysql python connector is unavailable when running pip install --allow external -


while using python 3.4 in docker container, have been using pip install mysql-connector-python --allow-external mysql-connector-python install dependency on new containers. suddenly, however, command fails saying "could not find downloads satisfy requirement". checked pypi , dependency still there, reason pip can't find (https://pypi.python.org/pypi/mysql-connector-python/2.0.4).

any ideas why no longer able see mysql-connector-python version 2.0.4 anymore , how can fix this?

"with pep 470 requiring files hosted on pypi, may have noticed mysql connector/python no longer available using pip-tool." ... "for suggest download latest connector/python directly mysql homepage"

see https://geert.vanderkelen.org/2016/cpy-and-pypi/


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -