Bug #17009

Unable to install packets using pip3 on Tails 4.0

Added by maqp 2019-08-31 08:36:09 . Updated 2019-09-01 09:44:12 .

Status:
Rejected
Priority:
Elevated
Assignee:
Category:
Target version:
Start date:
Due date:
% Done:

0%

Feature Branch:
Type of work:
Debian
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

Tails 4.0 is unable to obtain Python packets via PIP:

amnesia@amnesia:~/Downloads$ sudo pip3 install cryptography
[sudo] password for amnesia:
Collecting cryptography
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75e0ab898080>: Failed to establish a new connection: [Errno –3] Temporary failure in name resolution’)‘: /simple/cryptography/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ’NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75e0ab898470>: Failed to establish a new connection: [Errno –3] Temporary failure in name resolution’)‘: /simple/cryptography/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ’NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75e0ab898780>: Failed to establish a new connection: [Errno –3] Temporary failure in name resolution’)‘: /simple/cryptography/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ’NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75e0ab8985c0>: Failed to establish a new connection: [Errno –3] Temporary failure in name resolution’)‘: /simple/cryptography/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ’NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75e0ab898a90>: Failed to establish a new connection: [Errno –3] Temporary failure in name resolution’)’: /simple/cryptography/
Could not find a version that satisfies the requirement cryptography (from versions: )
No matching distribution found for cryptography

The same error message is also given when the command is run without sudo.


Subtasks


History

#1 Updated by intrigeri 2019-08-31 08:46:46

> amnesia@amnesia:~/Downloads$ sudo pip3 install cryptography

Please try:

  • Either to configure pip3 to use Tor as the proxy.
  • Or to use torsocks.

#2 Updated by maqp 2019-08-31 23:52:37

intrigeri wrote:
> > amnesia@amnesia:~/Downloads$ sudo pip3 install cryptography
>
> Please try:
>
> * Either to configure pip3 to use Tor as the proxy.
> * Or to use torsocks.

Tunneling with the torsocks utility works great, thanks!

#3 Updated by intrigeri 2019-09-01 09:44:12

  • Status changed from New to Rejected

Closing as “not a bug”, then.