-
I tried to upgrade the Tethys from 3.3 to 3.4. I was able to successfully upgrade it however, when I migrate the database I am getting an "ImportError: cannot import name 'ClientData' from 'fido2.client'". In addition, I tried installing Tethys in a new Conda environment from scratch, but that results in the same error when I try to configure the database. Here is the full stack of error for reference: Traceback (most recent call last): Does anyone have an idea on how to resolve this error? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@karnesh There is currently a resolution version issue with the dependency (fido2) of one of our dependencies (django-mfa2). This can easily be resolved by manually installing fido2<1:
As an aside, the mamba solver is able to correctly resolve the fido2 dependency. |
Beta Was this translation helpful? Give feedback.
@karnesh There is currently a resolution version issue with the dependency (fido2) of one of our dependencies (django-mfa2). This can easily be resolved by manually installing fido2<1:
As an aside, the mamba solver is able to correctly resolve the fido2 dependency.