You are viewing a single comment's thread from:

RE: Steempy importaccount Error

in #utopian-io7 years ago (edited)

Ok, I know your problem, you have pycryptodome installed which is not compatible with steem. Steem uses pycrypto. So uninstall pycryptodome and install pycrypto.

<p dir="auto">I can see this on your error message. <code>new() missing 1 required positional argument
Sort:  

Yes, you right. I tried that but same problem occurs.

start python
and enter
from Crypto.Cipher import AES
AES.__file__
When you recieve something like ...Crypto\Cipher\AES.py' your are fine.
..Cryptodome\Cipher\AES.py' means the wrong library is installed.