Я пытаюсь настроить виртуальную машину с воздушным зазором (Win10) для создания колес Python.
Это работает для версий Python [7 lines of output]
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('
: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
...
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=40.8.0
[end of output][/code]
Есть идеи, в чем может быть проблема?
Мне кажется, что некоторые пакеты, необходимые во время установки, не устанавливаются навсегда или не кэшируются правильно?
Подробнее здесь: https://stackoverflow.com/questions/798 ... connection