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

ImportError: cannot import name 'Account' from 'beem' #118

Closed
CryptoSharon opened this issue Nov 11, 2018 · 1 comment
Closed

ImportError: cannot import name 'Account' from 'beem' #118

CryptoSharon opened this issue Nov 11, 2018 · 1 comment

Comments

@CryptoSharon
Copy link

CryptoSharon commented Nov 11, 2018

I have been using Beem for a little while. I installed Steemmonsters and use it regularly, and I also have a tool to crosspost from Steem to Whaleshares using Beem, but today I tried to use the Account module to do some tests and it just refused with an error:

Traceback (most recent call last):
  File ".\beemtest.py", line 1, in <module>
    from beem import Account
ImportError: cannot import name 'Account' from 'beem' (C:\ProgramData\Miniconda3\lib\site-packages\beem\__init__.py)

Did I do something wrong? My code is simply

from beem import Account
account = Account("cryptosharon")
print(account.balances)

I assume it was an installation error at some point. Maybe Miniconda3 cannot handle certain modules, or maybe it was a corrupted or incomplete installation (or maybe it was an update on Beem that removed Account or changed its name?)

@CryptoSharon
Copy link
Author

Ah fugg it's from beem.account

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

1 participant