When I am running command python3 mange.py runserver I am getting error improperly configured SQLite 3.8.3 found 3.7 . Django version is 3. I also checked similar problems on stackoverflow but in my case it doesn't work
Asked
Active
Viewed 159 times
0
-
Are you running the cmd with `root` privileges? To Solve, either upgrade Python to a higher version or downgrade the version of django. [This](https://stackoverflow.com/questions/49920444/upgrading-sqlite3-version-used-in-python3-on-linux) may also be helpful – AzyCrw4282 Sep 17 '20 at 15:07
-
1I solved it by reduce sqlite version to sqlite 3.6 – user223321 Sep 18 '20 at 15:59