PyInstaller“ModuleNotFoundError:没有名为“pygame.__pyinstaller”的模块

时间:2021-06-15 23:54:57

标签: pygame pyinstaller

我正在尝试使用 PyInstaller 将脚本 python 转换为 exe,但出现错误:

<script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  
<input oninput="Cookies.set('oldValue', this.value)" value="{{$_COOKIE['oldValue']}}">

我已经尝试 pip install pygame,但什么都没有:/

0 个答案:

没有答案