Posts

Showing posts from February, 2022

Connecting to Cisco Webex Teams API using Paginated REST API Endpoint

Image
Download example Python project here: working_directory Step 1: Set up your Visual Studio Code environment Open a terminal window and enter the command pipenv install On attempting this install you may get the following error: [code language="language="txt"] Warning: Python 3.7 was not found on your system... Neither 'pyenv' nor 'asdf' could be found to install Python. You can specify specific versions of Python with:<code> $ pipenv --python path\to\python [/code] [caption id="attachment_9737" align="alignnone" width="448"] Python version not found[/caption] If this is the case first verify the version of Python you have by using the command py --version in a command prompt: [caption id="attachment_9738" align="alignnone" width="500"] Obtain Python version[/caption] Then open the PipFile and ensure the version of Python you have installed is consistent with the versi...