Python : Unable to import 'smartsheet' pylint(import-error) [1, 1]

I am new to the SmartSheet API and am writing my first Python program using the API. When I write my first line of code (i.e., import smartsheet), I receive the error message below:

Unable to import 'smartsheet' pylint(import-error) [1, 1]

I installed Smartsheet's Python SDK via the terminal without issue before I started coding. Is there another pre-requisite step that I need to complete in order for Python to find the smartsheet module?

Answers