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
I tried the script by analyzing 2 images (1 png, 1 jpg) and after computation finishes the terminal loops with the following message repeated without allowing any input:
TypeError: cannot unpack non-iterable NoneType object
Please enter 'yes' or 'no'. To exit, type '/exit'.
Readline internal error
Traceback (most recent call last):
File "C:\Users\xxx\.conda\envs\local_file_organizer\Lib\site-packages\pyreadline3\console\console.py", line 842, in hook_wrapper_23
res = ensure_str(readline_hook(prompt))
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\xxx\.conda\envs\local_file_organizer\Lib\site-packages\pyreadline3\rlmain.py", line 603, in readline
self.readline_setup(prompt)
File "C:\Users\xxx\.conda\envs\local_file_organizer\Lib\site-packages\pyreadline3\rlmain.py", line 599, in readline_setup
self._print_prompt()
File "C:\Users\xxx\.conda\envs\local_file_organizer\Lib\site-packages\pyreadline3\rlmain.py", line 501, in _print_prompt
n = c.write_scrolling(self.prompt, self.prompt_color)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\xxx\.conda\envs\local_file_organizer\Lib\site-packages\pyreadline3\console\console.py", line 337, in write_scrolling
w, h = self.size()
^^^^
The text was updated successfully, but these errors were encountered:
I tried the script by analyzing 2 images (1 png, 1 jpg) and after computation finishes the terminal loops with the following message repeated without allowing any input:
The text was updated successfully, but these errors were encountered: