Vulcan

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vulcan's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Perhaps though I've rebooted a few times, and this has persisted for 24hrs like this. I'm more concerned by: "File "fetch-macos.py", line 9, in <module> import click ImportError: No module named click" and am wondering if there is some nerdpack tool I need to install or something. I installed everything that had python in the name trying to troubleshoot to no avail.
  2. Good afternoon all, I have been trying to use this container for the past day or two and I consistently get the same thing in the log file. Any idea what I need to do to remedy the situation? "I am going to download the Catalina recovery media. Please be patient! . . Collecting requests (from -r requirements.txt (line 1)) Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x154369bf8ad0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/requests/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x154369bf8dd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/requests/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x154369bf8a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/requests/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x154369bf8c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/requests/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x154369bf84d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/requests/ Could not find a version that satisfies the requirement requests (from -r requirements.txt (line 1)) (from versions: ) No matching distribution found for requests (from -r requirements.txt (line 1)) Traceback (most recent call last): File "fetch-macos.py", line 9, in <module> import click ImportError: No module named click"