xeroc / piston-cli

Command line tool to interact with the STEEM network
MIT License
74 stars 33 forks source link

Having a rough time getting set up #29

Closed faddat closed 8 years ago

faddat commented 8 years ago

So, I'd had this running fairly recently, and now am getting this:

Traceback (most recent call last):
  File "/usr/local/bin/piston", line 9, in <module>
    load_entry_point('steem-piston==0.2.3b0', 'console_scripts', 'piston')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/root/.local/lib/python3.5/site-packages/steem_piston-0.2.3b0-py3.5.egg/piston/__main__.py", line 7, in <module>
    from steembase.account import PrivateKey, PublicKey, Address
ImportError: No module named 'steembase.account'

Thoughts?

cryptomental commented 8 years ago

@faddat you may want to try my Docker images. See https://steemit.com/steem/@cryptomental/piston-and-piston-web-dockerized

xeroc commented 8 years ago

you can update to piston0.3 .. it should also install the updates of the dependency libraries try

pip3 install steem-piston --upgrade
faddat commented 8 years ago

Hm. It seems "I'm doing it wrong". Thanks guys :).