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

module 'delegator' has no attribute 'chain' #70

Closed
babvin opened this issue Mar 1, 2019 · 5 comments
Closed

module 'delegator' has no attribute 'chain' #70

babvin opened this issue Mar 1, 2019 · 5 comments

Comments

@babvin
Copy link

babvin commented Mar 1, 2019

import delegator

c = delegator.chain('ls | grep a')
c.out


AttributeError Traceback (most recent call last)
in
1 import delegator
----> 2 c = delegator.chain('ls | grep a')
AttributeError: module 'delegator' has no attribute 'chain'

@tvytlx
Copy link

tvytlx commented Mar 5, 2019

pip install delegator.py

make sure the package name you install is delegator.py

@timofurrer
Copy link
Contributor

I'm closing this issue, for the reason @tvytlx already mentioned :) 🎉

@babvin
Copy link
Author

babvin commented Mar 7, 2019

Still not working...

2019-03-07 08_30_44-buster - vmware workstation
2019-03-07 08_30_23-buster - vmware workstation

@tvytlx
Copy link

tvytlx commented Mar 7, 2019

can you run this in your jupyter and see what outputs?

!pip freeze | grep delegator

@babvin
Copy link
Author

babvin commented Mar 7, 2019

!pip freeze | grep delegator

2019-03-07 09_17_46-jupyterlab

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