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

AttributeError: module 'yampy' has no attribute 'Authenticator' error #34

Open
hazmforce opened this issue May 15, 2020 · 2 comments
Open

Comments

@hazmforce
Copy link

I have the following error when trying the authentication sequence after installing the yampy module on python 3.7.5 environnement

AttributeError: module 'yampy' has no attribute 'Authenticator'

any thoughts

@hazmforce
Copy link
Author

Hello @dbrattli any thoughts ? many thanks in advance

@Vejni
Copy link

Vejni commented May 4, 2021

Issue #22 has the answer:

this is because you are using Python 3, I'm getting the same issue.

try pip install --upgrade -e 'git+https://github.com/yammer/yam-python@master#egg=yampy'

The maintainers of this project need to publish a new version

Originally posted by @tonybaloney in #22 (comment)

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

2 participants