-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemoryError #12
Comments
I'm having the same issue-- Steps to reproduce:
|
@soundstripe @marcelomanzo Same here, any idea how to fix? To be fair I couldn't create any keys so I did: if ns.create is True and False: Rather than just True |
Same problem here, using Windows 10 and the stellar-base package.
Traceback:
|
same problem here stellar-base on win10 python 3.6.4
|
Same problem, Windows 10, python 3.6.4. Is there any idea how to fix it? |
moved to python 2.7.12
2018-03-12 12:17 GMT+02:00 wbinek <[email protected]>:
… Same problem, Windows 10, python 3.6.4. Is there any idea how to fix it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQhOqQ4XzAyo33J5wUA0ClQedECJTzS2ks5tdksqgaJpZM4Pp2Lg>
.
|
I'm getting the same as OP with PyUpdater. I am on Windows 10, Python 3.7.2 from Anaconda. I can do one of the above examples fine:
But I get the same error as OP with the call to publickey. Here's a bit of PyUpdater code that leads to the error:
This makes me wonder if it's something with the inputs to SigningKey - either the |
Downgraded to Python 3.6.0 and this solved it for me. |
I opened a PR (#14) for what I believe fixes the issue. It seems to only occur with 64-bit versions of Python on Windows; 32-bit versions of Python (regardless of whether Windows itself is 32-bit or 64-bit) appear to be unaffected by the bug. For anyone who tried downgrading, do you recall whether you switched to a 32-bit version of Python in the process? |
I just released version 1.5 with that fix.. sorry it took so long. Could someone with an affected system give the new version a try and let me know if it works now? |
@warner 1.5 works without issue. Thanks! Windows 10 |
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>
The text was updated successfully, but these errors were encountered: