Open wsjung opened 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.
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.