user234683 / youtube-local

browser-based client for watching Youtube anonymously and with greater page performance
GNU Affero General Public License v3.0
486 stars 62 forks source link

ModuleNotFoundError: No module named '_sqlite3' #161

Closed Utopiah closed 1 year ago

Utopiah commented 1 year ago

Hi, fresh new system, ran pip3 install -r requirements.txt without error yet when starting python3 server.py so I assume something might be missing from requirements.txt.

It's not, it's a distribution problem namely that Ubuntu 22.10 (and I believe 22.04) ships Python 3.8 without the sqlite module.

Consequently I installed pyenv then installed the requirements again and it's working. Adding this in case others might get stuck.