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

Heroku auth issue #725

Closed
AdamJDuncan opened this issue Oct 27, 2021 · 2 comments
Closed

Heroku auth issue #725

AdamJDuncan opened this issue Oct 27, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@AdamJDuncan
Copy link

Hi I'm getting an authentication error on a new Heroku app. At "import ee" it's returning:

AttributeError: module 'pyparsing' has no attribute 'downcaseTokens'

I've authorized the same way as other previous apps and see the correct GEE token in my settings.

People are having issues with this in other contexts: httplib2/httplib2#207

But I've yet to find a workaround.

@AdamJDuncan AdamJDuncan added the bug Something isn't working label Oct 27, 2021
@giswqs
Copy link
Member

giswqs commented Oct 27, 2021

It is working fine on my end. If it is caused by a specific package version, you can pin the version in requirements.txt.
https://geemap.herokuapp.com/voila/render/nlcd_app.ipynb

@AdamJDuncan
Copy link
Author

Thanks... I think it might occur for other users when creating a brand new app but the fix will come from updating in pip and maybe patches in those other packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants