Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a pyUpdater Keypack

I'm trying to create a pyUpdater keypack while following along with the pyUpdater Demo (http://pyupdater-wx-demo.readthedocs.io/en/latest/overview.html#running-from-source) but I receive this error.

Pip Command

pyupdater keys -c

Result

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

Expected

$ 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

I have tried creating the keys with my computer offline but that didn't seem to have any effect. I have searched on stack overflow and didn't see this question. Nor did I find anything on google. Does anyone know how to create a keypack?

Documentation http://www.pyupdater.org/usage-cli/

like image 424
Luc Avatar asked Dec 07 '22 15:12

Luc


1 Answers

I know this question is old, but I went through the same problem right now and the answer is to run the command in a directory other than the root of your application. It worked to me.

like image 184
Alisson Correa Avatar answered Dec 25 '22 07:12

Alisson Correa