okta

How to overcome Error when pip installing okta?

How to overcome Error when pip installing okta? Question: I’m working with Python 3.8.9 and I need to use the Okta package. I try to install it as their documentation suggests: pip install okta, but I get this error: … Failed to build aiohttp yarl multidict frozenlist ERROR: Could not build wheels for aiohttp, yarl, …

Total answers: 1

How to downgrade python version from 3.8 to 3.7 (mac)

How to downgrade python version from 3.8 to 3.7 (mac) Question: I’m using Python & okta-aws tools and in order to fetch correct credentials on aws I need to run okta-aws init. But got an error message of Could not read roles from Okta and the system prompted that"Your Pipfile requires python_version 3.7, but you …

Total answers: 4

How do I access the Salesforce API when single-sign on is enabled?

How do I access the Salesforce API when single-sign on is enabled? Question: I’m attempting to make SOQL queries to the Salesforce API using the Python salesforce_api and simple-salesforce modules. I had been making these requests with a client object: client = Salesforce(username=’MY_USERNAME’, password=’MY_PASSWORD’, security_token=’MY_SALESFORCE_SECURITY_TOKEN’) a = client.query("SELECT something FROM some_object_table WHERE some_condition") However, my …

Total answers: 2