You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
from nr.main import main
...
line 112, in enter
return next(self.gen)
File "[.....]/p3/lib/python3.7/site-packages/requests_cache/backends/storage/dbdict.py", line 74, in connection
con = sqlite.connect(self.filename)
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
basic install doesn't run.
pip install, then:
nr
yields:
Traceback (most recent call last):
from nr.main import main
...
line 112, in enter
return next(self.gen)
File "[.....]/p3/lib/python3.7/site-packages/requests_cache/backends/storage/dbdict.py", line 74, in connection
con = sqlite.connect(self.filename)
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: