• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ten Year Plan
  • Posts
  • About
  • Categories
  • Tags

    Error Running Coverage on Ubuntu

    less than 1 minute read

    Trying to install pytest and coverage on my ubuntu development server, and ran into an issue when running coverage:

    ModuleNotFoundError: No module named '_sqlite3'
    

    To resolve, install python with enable extensions:

    PYTHON_CONFIGURE_OPTS="--enable-loadable-sqlite-extensions" pyenv install 3.9.2
    

    Enjoy!

    Tags: coverage, pytest, python, ubuntu

    Categories: Programming

    Updated: May 26, 2022

    Share on

    X Facebook LinkedIn Bluesky
    Previous Next

    You may also enjoy

    Autumn Shadows

    less than 1 minute read

    Every autumn the leaves turn. I travel to the place of my fathers resting. In an urban setting, Colored in ranch style houses and drying laundry, The two of ...

    My Favorite Everything Socks Pattern Posted

    1 minute read

    My Favorite Everything Sock pattern is now live on Ravelry.

    Research Guide: Knitting History and Techniques

    3 minute read

    For a recent class, I needed to create a beginner research guide for a topic that interests me. So of course, I chose knitting history. Below is the rough co...

    Double Basket Beanie Pattern Is Live

    less than 1 minute read

    I finally finished writing the pattern to my satisfaction and testing the various options. I’m really happy with this one. It’s an interesting and very squis...

    • Follow:
    • GitHub
    • Instagram
    • Feed
    © 2025 Ten Year Plan. Powered by Jekyll & Minimal Mistakes.