Tag: pygame

在docker中运行pygame

我试图让PyGame在Docker中运行(所以我最终可以在Windows中使用PyGame和TensorFlow)。 但是当我尝试运行时: pip install pygame 我回来了 root@03da78748024:~# pip install pygame Collecting pygame /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Could not find a version that satisfies the requirement pygame (from versions: ) […]