Description
JMSwag asked me to report this error here (Please report to python-ed25519. I get the same error when I execute ed25519 from the repl.), this is in reference of the fololwing issue:
Digital-Sapphire/PyUpdater#45
How to reproduce:
pip install -U https://github.com/JMSwag/PyUpdater/tarball/master
Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:57:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
C:\Users\marce\repo\nextgendash>pyupdater keys -c
99 INFO: PyUpdater 0+unknown
[INFO] PyUpdater 0+unknown
99 DEBUG: PyUpdater config data folder is missing
99 ERROR: Not a PyUpdater repo: You must initialize your repository first
[ERROR] Not a PyUpdater repo: You must initialize your repository first
Please enter app name - No Default Available
--> SimRacingDash
5604 DEBUG: Under None
You entered SimRacingDash, is this correct?
[N/y]?y
8082 DEBUG: Must be true
8098 ERROR:
[ERROR]
8098 DEBUG:
Traceback (most recent call last):
File "c:\users\marce\appdata\local\programs\python\python36\lib\site-packages\pyupdater\key_handler\keys.py", line 99, in _gen_keypack
app_pri, app_pub = self._make_keys()
File "c:\users\marce\appdata\local\programs\python\python36\lib\site-packages\pyupdater\key_handler\keys.py", line 150, in _make_keys
privkey, pubkey = ed25519.create_keypair()
File "c:\users\marce\appdata\local\programs\python\python36\lib\site-packages\ed25519\keys.py", line 10, in create_keypair
sk = SigningKey(seed)
File "c:\users\marce\appdata\local\programs\python\python36\lib\site-packages\ed25519\keys.py", line 85, in init
vk_s, sk_s = _ed25519.publickey(sk_s)
MemoryError
8098 ERROR: Failed to create keypair; please report this issue on https://github.com/JMSwag/PyUpdater/issues
[ERROR] Failed to create keypair; please report this issue on https://github.com/JMSwag/PyUpdater/issues
8098 ERROR: Failed to create keypack
[ERROR] Failed to create keypack
C:\Users\marce\repo\nextgendash>