Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4396

Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python

Newsgroups de.comp.lang.python
Date 2016-04-11 05:00 -0700
References (4 earlier) <5706699B.8040700@chrisarndt.de> <mailman.33.1460038066.2253.python-de@python.org> <84271947-962c-4fc9-9c3f-ee3ca82be5c2@googlegroups.com> <5706865B.1070102@chrisarndt.de> <mailman.45.1460045420.2253.python-de@python.org>
Message-ID <4b29ab74-f7b7-4b05-8df7-cfa8f7d8628f@googlegroups.com> (permalink)
Subject Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python
From "Marcel Hug (schaf)" <schaf.mh@gmail.com>

Show all headers | View raw


Am Donnerstag, 7. April 2016 18:10:22 UTC+2 schrieb Christopher Arndt:
> Am 07.04.2016 um 17:42 schrieb Marcel Hug (schaf):
> > Das sollte eigentlich doch gehen, wenn ich das tar.gz direkt im requirements.txt angebe? Oder braucht es noch mehr?
> 
> Also bei mir klappt folgendes:
> 
> $ mkvirtualenv msqlc
> (msqlc)$ echo
> "https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz"
> >requirements.txt
> (msqlc)$ pip install -r requirements.txt
> 
> 
> Chris

Hi Chris,
danke. Jetzt klappt es auch. Ich musste noch die Reihenfolge der Packete aendern und einige andere Anpassungen machen, aber jetzt hat es geklappt.

Danke.

Back to de.comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

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