You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error after pip install -r requirements.txt
Do you want to edit this IDP's configuration? (yes/no): no
Traceback (most recent call last):
File "/home/chenhao/apex-okta-idp-script/saml_get_token_okta_idp.py", line 13, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
Had to manually pip install python-dotenv
The text was updated successfully, but these errors were encountered:
Got this error after
pip install -r requirements.txt
Had to manually
pip install python-dotenv
The text was updated successfully, but these errors were encountered: