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
During setup, the command "python setup.py" yields the following error
Poetry is already installed.
Creating .env file...
Traceback (most recent call last):
File "C:\Users\evang\Desktop\conda-envs\stock-ai-trader\GPTeam\setup.py", line 60, in <module>
subprocess.run(["cp", ".env.example", ".env"], check=True)
File "C:\Users\evang\.conda\envs\stock-ai-trader-env\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\evang\.conda\envs\stock-ai-trader-env\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\evang\.conda\envs\stock-ai-trader-env\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
I am using windows 10.
The text was updated successfully, but these errors were encountered:
During setup, the command "python setup.py" yields the following error
I am using windows 10.
The text was updated successfully, but these errors were encountered: