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
When I run this in the terminal I get the following error output (repeated ad infinitum):
File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 881, in onerror cls._rmtree(path, ignore_errors=ignore_errors) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 890, in _rmtree _shutil.rmtree(name, onerror=onerror) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 759, in rmtree return _rmtree_unsafe(path, onerror) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 881, in onerror cls._rmtree(path, ignore_errors=ignore_errors) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 890, in _rmtree _shutil.rmtree(name, onerror=onerror) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 759, in rmtree return _rmtree_unsafe(path, onerror) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 875, in onerror resetperms(path) RecursionError: maximum recursion depth exceeded
Happy to provide any additional info as needed - I am running Python 3.11.2 and datasette 0.64.2 on Windows 10.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, Datasette and Python novice here -
I'm currently encountering a recursion error when I try to publish my .db file to Google Cloud Run as follows:
py -m datasette publish cloudrun twitter.db --service=service-name
When I run this in the terminal I get the following error output (repeated ad infinitum):
File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 881, in onerror cls._rmtree(path, ignore_errors=ignore_errors) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 890, in _rmtree _shutil.rmtree(name, onerror=onerror) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 759, in rmtree return _rmtree_unsafe(path, onerror) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 881, in onerror cls._rmtree(path, ignore_errors=ignore_errors) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 890, in _rmtree _shutil.rmtree(name, onerror=onerror) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 759, in rmtree return _rmtree_unsafe(path, onerror) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 626, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) File "C:\Users\cbryan\AppData\Local\Programs\Python\Python311\Lib\tempfile.py", line 875, in onerror resetperms(path) RecursionError: maximum recursion depth exceeded
Happy to provide any additional info as needed - I am running Python 3.11.2 and datasette 0.64.2 on Windows 10.
Beta Was this translation helpful? Give feedback.
All reactions