Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4365
| Newsgroups | de.comp.lang.python |
|---|---|
| Date | 2016-04-07 01:11 -0700 |
| Message-ID | <bf753314-9be8-4487-8e63-1f7c5686da0d@googlegroups.com> (permalink) |
| Subject | Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python |
| From | schaf.mh@gmail.com |
HI, over an old ansible script I did run a pip installation for the mysql-connector-python==1.0.12 (defined in the requirements.txt). (related to Django 1.5.1 installation) This call was always executed with --allow-external and --allow-unverified and worked well. So as you see from the version, this is a while back. If I run the same ansible playbook against a new debian installation, I run into an error. 1.) Deprication of --allow-external and --allow-unverified, telling me that they do not have any effect. 2.)Could not find version taht satisfies the requirement mysql-connector-python==1.0.12....No matching distribution found for mysql-connector-python==1.0.12. I know that the versions are outdated (Django 1.5.1 and mysql-connector-python 1.0.12), but assume I would like to run it as it is, what would be required to get mysql-connector-python installed without --allow-external and --allow-unverified. Do you have any hints? Is there a replacement for --allow-external and --allow-unverified? Is it still possible to run that on the newest debian, or do I have to upgrade the modules (e.g. Django, mysql,...?) Thanks schaf
Back to de.comp.lang.python | Previous | Next — Next in thread | Find similar
Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python schaf.mh@gmail.com - 2016-04-07 01:11 -0700
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python Christopher Arndt <chris@chrisarndt.de> - 2016-04-07 14:57 +0200
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python schaf.mh@gmail.com - 2016-04-07 06:30 -0700
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python Christopher Arndt <chris@chrisarndt.de> - 2016-04-07 16:07 +0200
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-07 08:42 -0700
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python Christopher Arndt <chris@chrisarndt.de> - 2016-04-07 18:10 +0200
Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-11 05:00 -0700
csiph-web