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 'TrelloClient' from 'trello' (unknown location) #343

Open
stradent opened this issue Jul 5, 2021 · 2 comments

Comments

@stradent
Copy link

stradent commented Jul 5, 2021

Hello I keep receiving this error even though I correctly installed it.

Whenever I run this: from trello import TrelloClient I get the error in the title.

@kayhoogland
Copy link

kayhoogland commented Jul 9, 2021

If you do see py-trello==<version_number> if you run pip freeze then you installed it correctly. If that is the case you might have named a directory trello or python file trello.py in the same directory, rename that one and it should import.

@leo-smi
Copy link

leo-smi commented Oct 19, 2021

It happened to me too. Unninstall all trello libs from your python and reinstall the latest py-trello one, I think it's trello libs conflict.

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