user001021 Member

Comments

  • Hi user06158, I added "requests_toolbelt" as a dependency to the python SDK. I made some updates on Friday and published a new version of the SDK. To install 'requests_toolbelt, use `pip3 install requests_toolbelt`. Also, the error "ModuleNotFoundError" means a dependency is missing, and the solution is often installing…
  • This issue was caused by an oversight in automatic authentication. Authentication in pydomo has been revisited and centralized to the "request" function in the Transport class (Transport.py line 54). This fix has been merged into master and published to PyPi. https://github.com/domoinc/domo-python-sdk Pydomo v0.1.3 is…
  • We are running tests and attempting to replicate the issue.
  • You are importing the Sorting class correctly, but the failure is strange. I've had trouble replicating the issue. You may want to uninstall/reinstall pydomo and make sure you use `pip3 install pydomo`, as pydomo has only been tested with Python3. Here is the import statement for the Sorting class: from pydomo.datasets…