Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. cherry-invoke beta-development
  2. ERROR:root:Failed save private key. Sign urls not working
  3. Traceback (most recent call last):
  4. File "/home/denis/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2451, in resolve
  5. return functools.reduce(getattr, self.attrs, module)
  6. AttributeError: module 'cherry_invoke.main' has no attribute 'program'
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/home/denis/.local/bin/cherry-invoke", line 11, in <module>
  12. load_entry_point('cherry-invoke', 'console_scripts', 'cherry-invoke')()
  13. File "/home/denis/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
  14. return get_distribution(dist).load_entry_point(group, name)
  15. File "/home/denis/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
  16. return ep.load()
  17. File "/home/denis/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2443, in load
  18. return self.resolve()
  19. File "/home/denis/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2453, in resolve
  20. raise ImportError(str(exc))
  21. ImportError: module 'cherry_invoke.main' has no attribute 'program'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement