Skip to content
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

Cannot find module 'eosjs-ecc-eva' #10

Open
Scaldfat opened this issue Mar 21, 2019 · 2 comments
Open

Cannot find module 'eosjs-ecc-eva' #10

Scaldfat opened this issue Mar 21, 2019 · 2 comments

Comments

@Scaldfat
Copy link

Python 3.6.5 |Anaconda, Inc.| (default, Apr 26 2018, 08:42:37)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

from eosjs_python import Eos
key_pair = Eos.generate_key_pair()
Traceback (most recent call last):
File "", line 1, in
File "/Users/awesomeo/miniconda3/lib/python3.6/site-packages/eosjs_python/init.py", line 27, in generate_key_pair
raise GenerateKeysException(response.stderr)
eosjs_python.Exceptions.GenerateKeysException: b"module.js:549\n throw err;\n ^\n\nError: Cannot find module 'eosjs-ecc-eva'\n at Function.Module._resolveFilename (module.js:547:15)\n at Function.Module._load (module.js:474:25)\n at Module.require (module.js:596:17)\n at require (internal/module.js:11:18)\n at Object. (/Users/awesomeo/miniconda3/lib/python3.6/site-packages/eosjs_python/js/GenerateKeys.js:2:7)\n at Module._compile (module.js:652:30)\n at Object.Module._extensions..js (module.js:663:10)\n at Module.load (module.js:565:32)\n at tryModuleLoad (module.js:505:12)\n at Function.Module._load (module.js:497:3)\n"

already tried "npm i --save [email protected]"

please help me

@ankitwandx
Copy link

were you able to resolve this?

@ems123
Copy link

ems123 commented Jul 15, 2020

Do this too.
npm i --save [email protected]

(use sudo if its global)

It worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants