我正在尝试创建pyUpdater密钥包,同时遵循pyUpdater演示(http://pyupdater-wx-demo.readthedocs.io/en/latest/overview.html#running-from-source) 但是我收到了这个错误。
Pip Command
pyupdater keys -c
结果
272 INFO: PyUpdater 2.5.3
[INFO] PyUpdater 2.5.3
275 ERROR: You can not create off-line keys on your dev machine
[ERROR] You can not create off-line keys on your dev machine
预期
$ pyupdater keys -c
Are you sure you want to continue?
[N/y]?y
Please enter app name - No Default Available
--> PyUpdaterWxDemo
You entered PyUpdaterWxDemo, is this correct?
[N/y]?y
[INFO] Keypack placed in cwd
我尝试使用我的计算机离线创建密钥,但似乎没有任何效果。我搜索了堆栈溢出,没有看到这个问题。我也没有在谷歌上找到任何东西。有谁知道如何创建密钥包?
答案 0 :(得分:0)
我知道这个问题很旧,但是我现在遇到了同样的问题,答案是在应用程序根目录以外的目录中运行命令。它对我有用。