MySQL Forums
Forum List  »  Connector/Python

pip install
Posted by: Sean Jin
Date: December 26, 2015 12:15AM

Hi,

I am developing one API server for my project and I am using 'pip' to install
relevant modules in python environment.

I used mysql-connector-python 2.0.4 (inside of PIP) but this gave me some error without option
'--allow-all-external'.

Now I am getting error with this option too. So I tried to install mysql-connector-python using pip but in no vein.

So I tried mysql-connector-python-rf module, and it give me an error "error: option --single-version-externally-managed not recognized"

Even though I updated PIP module to the latest, it is not working

In a nutshell, installing Oracle's official mysql-connector-python using PIP
is not supported. I think there may be a way to solve above problems but PIP install error take away so much of my time during the development.

I have environment which I can not always update server environment (AWS Elasticbeanstalk) so installing the python module itself using python command is not that easy for me. PIP install is recommended in this environment. (by Amazon)

"pip install mysql-connector-python"

I hope this just works in later version.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
pip install
December 26, 2015 12:15AM
January 04, 2016 05:21AM
February 02, 2016 06:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.