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
(venv) PS F:\machine-learning\testingjupyter> py .\ai.py tui
Running ai.py process
Traceback (most recent call last):
File "F:\machine-learning\testingjupyter\ai.py", line 68, in <module>
process()
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\core.py", line 1157, in __call__returnself.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\core.py", line 1078, in main
rv =self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\core.py", line 1688, in invokereturn _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\core.py", line 1434, in invokereturn ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\core.py", line 783, in invokereturn __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\click\decorators.py", line 33, in new_funcreturn f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\trogon\trogon.py", line 296, in wrapped_tui
Trogon(app, app_name=name, command_name=command, click_context=ctx).run()
File "F:\machine-learning\testingjupyter\venv\Lib\site-packages\trogon\trogon.py", line 264, in run
os.execvp(program_name, arguments)
File "<frozen os>", line 580, in execvp
File "<frozen os>", line 621, in _execvpe
File "<frozen os>", line 613, in _execvpeOSError: [Errno 8] Exec format error
I have tried to change the default app for ".py" files as it was set to vs code. It still didn't work. Maybe it is affected by the virtual environment?
From what i can see on the uploaded picture, the command that is launched is "ai.py ". Maybe on Windows platform it's more reliable to use "py.exe" launcher?
The text was updated successfully, but these errors were encountered:
I have tried to change the default app for ".py" files as it was set to vs code. It still didn't work. Maybe it is affected by the virtual environment?
From what i can see on the uploaded picture, the command that is launched is "ai.py ". Maybe on Windows platform it's more reliable to use "py.exe" launcher?
The text was updated successfully, but these errors were encountered: