Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during configuration process on Win11 system. #3

Open
mariov96 opened this issue Apr 9, 2024 · 0 comments
Open

Error during configuration process on Win11 system. #3

mariov96 opened this issue Apr 9, 2024 · 0 comments

Comments

@mariov96
Copy link

mariov96 commented Apr 9, 2024

  1. Using a powerful Win11 pc with Python 3.11.9
  2. Followed steps on rUv-dev
  3. Ran python ruv_setup.py -i successfully
  4. Ran python ruv_setup.py -c
  5. Entered openai API key and it was accepted

Expected: Configuration to continue as expected

Actual:

✅ Dotfiles symlinked successfully! 🐚 Sourcing shell files... Warning: ~/dotfiles/bash/.bashrc not found Warning: ~/dotfiles/zsh/.zshrc not found ✅ Shell files sourced successfully! Enter your OpenAI API key (or press Enter to skip): sk-sssssssssseeeccccccccccccrett Enter your Anthropic API key (or press Enter to skip): API keys set successfully using Approach 1. <3>WSL (778) ERROR: CreateProcessEntryCommon:505: execvpe /bin/bash failed 2 <3>WSL (778) ERROR: CreateProcessEntryCommon:508: Create process not expected to return Traceback (most recent call last): File "c:\Repo\rUv-dev\ruv_setup.py", line 312, in <module> main() File "c:\Repo\rUv-dev\ruv_setup.py", line 230, in main perform_configuration() File "c:\Repo\rUv-dev\ruv_setup.py", line 158, in perform_configuration subprocess.run(["jupyter", "notebook", "--generate-config"]) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant