Skip to content

Instantly share code, notes, and snippets.

@Eshan-Agarwal
Created April 22, 2020 07:45
Show Gist options
  • Save Eshan-Agarwal/d8096083b2aafb2ac431c9c68fa034a4 to your computer and use it in GitHub Desktop.
Save Eshan-Agarwal/d8096083b2aafb2ac431c9c68fa034a4 to your computer and use it in GitHub Desktop.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 786, in writeout_cache
self._writeout_input_cache(conn)
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 770, in _writeout_input_cache
(self.session_number,)+line)
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140422523496192 and this is thread id 140424189716352.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 786, in writeout_cache
self._writeout_input_cache(conn)
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 770, in _writeout_input_cache
(self.session_number,)+line)
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140422557329152 and this is thread id 140424189716352.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 786, in writeout_cache
self._writeout_input_cache(conn)
File "/usr/local/lib/python3.6/dist-packages/IPython/core/history.py", line 770, in _writeout_input_cache
(self.session_number,)+line)
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140422540281600 and this is thread id 140424189716352.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment