ACM-UPS / acmplatform

Website
0 stars 1 forks source link

Sqlite3 bug #76

Open wsjung opened 7 years ago

wsjung commented 7 years ago

sqlite3 is required for Flask to work with databases.

However when installing using pip in a virtual environment, it raises the error "Package 'sqlite3' must not be downloaded from pypi"

Workaround solution from https://www.ateamsystems.com/tech-blog/solved-virtualenv-runtimeerror-package-sqlite-must-not-downloaded-pypi/ does not work for me. Someone check if this works.

Critical since most of website's function relies on sqlite3 working.