API & Developers

API & Developers

Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.

Visual Studio Python Extension Smartsheet API Not Working

My Python environment is handling the Smartsheet API Token just fine. This is great news!

But, my Visual Studio with Python extension is erroring out. Any suggestions?

Erin Horiuchi Green, MBA, LSSYB, PSMI
Process Manager
Syneos Health

Please kindly like ❤️, upvote ⬆️ and/or mark ✅ any of my contributions that have provided value.

Core App and Project Managment Certified 🚀

Answers

  • Community Champion

    Hi @Erin Horiuchi Green

    My vs code in chromebook linux works fine.

    In your terminal, you may want to try one of these;

    Try reinstalling the package;

    pip uninstall smartsheet-python-sdk
    pip install smartsheet-python-sdk

    Or, try upgrading the package;

    pip install --upgrade smartsheet-python-sdk

    For quick testing of the Smartsheet API, I use Google Golab.

    Site faviconGoogle Colab

  • I believe that this is happening because you have a file named smartsheet.py and your import line is trying to import that file instead of what you are really trying to import. I suspect that because it was happening to me. Delete that file or rename it.

    See is that helps.

  • ✭✭✭✭✭✭

    @jmyzk_cloudsmart_jp Apologies as I got this all resolved. I ended up uninstalling and reinstalling everything.

    Erin Horiuchi Green, MBA, LSSYB, PSMI
    Process Manager
    Syneos Health

    Please kindly like ❤️, upvote ⬆️ and/or mark ✅ any of my contributions that have provided value.

    Core App and Project Managment Certified 🚀

  • ✭✭✭✭✭✭

    @Blair_SK Apologies as I got this all resolved. I ended up uninstalling and reinstalling everything.

    Erin Horiuchi Green, MBA, LSSYB, PSMI
    Process Manager
    Syneos Health

    Please kindly like ❤️, upvote ⬆️ and/or mark ✅ any of my contributions that have provided value.

    Core App and Project Managment Certified 🚀

Trending in API & Developers