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


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

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

From Christopher Arndt <chris@chrisarndt.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Pip call with --allow-external and --allow-unverified leads to error for mysql-connector-python
Date 2016-04-07 18:10 +0200
Message-ID <mailman.45.1460045420.2253.python-de@python.org> (permalink)
References (3 earlier) <f67fe964-e3ce-410b-b05d-f5e95f2d327b@googlegroups.com> <5706699B.8040700@chrisarndt.de> <mailman.33.1460038066.2253.python-de@python.org> <84271947-962c-4fc9-9c3f-ee3ca82be5c2@googlegroups.com> <5706865B.1070102@chrisarndt.de>

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next 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