I'm on python 3.5.1 and I am having trouble installing mysql connector:
install --allow-external mysql-connector-python-rf mysql-connector-python-rf
is not working, neither is the normal pip command for mysql-connector-python-rf. I am getting the following message:
error: option --single-version-externally-managed not recognized
Any ideas?