All - I am getting this error when loading the Smartsheet Client I loaded all dependencies as per requirements. What should I fix?
ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_ ImportError! Could not load api or model class _ipython_canary_method_should_not_exist_
Also this is what I am trying to run (TOKEN # Garbled)
import smartsheet
import logging
import os.path
access_token = 'TOKENNUMBER'
smartsheet_client = smartsheet.Smartsheet(access_token)
smartsheet_client.errors_as_exceptions(True)