Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

ImportError: cannot import name MigratingIdentityId #23

Closed
robinboening opened this issue Nov 30, 2017 · 3 comments
Closed

ImportError: cannot import name MigratingIdentityId #23

robinboening opened this issue Nov 30, 2017 · 3 comments

Comments

@robinboening
Copy link

I face an issue with the change introduced by this commit: d3f5cc4

I am deploying sentry v8.20.0 to heroku with current master of sentry-auth-google (as suggested in the readme https://github.com/getsentry/sentry-auth-google#install and here #16 (comment))

Backtrace

...
File "/app/.heroku/src/sentry-auth-google/sentry_auth_google/provider.py", line 3, in <module> from sentry.auth.provider import MigratingIdentityId
ImportError: cannot import name MigratingIdentityId
@robinboening
Copy link
Author

robinboening commented Nov 30, 2017

I do understand that this might not occur when using the latest sentry master since the MigrationIdentityId class was introduced just recently with this commit getsentry/sentry@2ee53ad#diff-bc62100fd350490b1076de6090d2c37f

But as I said I am using the stable v8.20.0 - and I actually want to keep using stable releases. :)

I'd like to refer to this discussion #16 which is about cutting a new release, so we don't need to use the master.

@rkraneis
Copy link

I've been also just hit by this. I'm now trying out https://github.com/getsentry/sentry-auth-google/archive/52020f577f587595fea55f5d05520f1473deaad1.zip in requirements.txt.

@evanpurkhiser
Copy link
Member

Duplicate of #21

We're likely going to merge the auth plugins into sentry-plugins, or directly into sentry core.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants