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

exo installation & configuration issue in windows 11 #455

Open
isureshsubramanian opened this issue Nov 13, 2024 · 4 comments
Open

exo installation & configuration issue in windows 11 #455

isureshsubramanian opened this issue Nov 13, 2024 · 4 comments

Comments

@isureshsubramanian
Copy link

I am getting the below error . I am trying to add my windows laptop with below configuration in existing exo cluster running in Mac. Any help would be appreciated.

My laptop configuration is below

  1. Windows 11
  2. NVIDIA GeForce RTX 2060
  3. NVIDIA-SMI 566.14
  4. Driver Version: 566.14
  5. CUDA Version: 12.7

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Sep_12_02:55:00_Pacific_Daylight_Time_2024
Cuda compilation tools, release 12.6, V12.6.77
Build cuda_12.6.r12.6/compiler.34841621_0

Cancelling 0 outstanding tasks
Traceback (most recent call last):
File "\?\C:\Users\ISure.conda\envs\exo_env\Scripts\exo-script.py", line 33, in
sys.exit(load_entry_point('exo', 'console_scripts', 'exo')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\workspace\exo\exo\main.py", line 233, in run
loop.run_until_complete(main())
File "C:\Users\ISure.conda\envs\exo_env\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "d:\workspace\exo\exo\main.py", line 214, in main
loop.add_signal_handler(s, handle_exit)
File "C:\Users\ISure.conda\envs\exo_env\Lib\asyncio\events.py", line 582, in add_signal_handler
raise NotImplementedError
NotImplementedError

@lstrozzi
Copy link

Same issue here. I installed python with:
conda create -n exo python=3.17
Result: C:\Users\xxxxx\source\repos\exo>python --version
Python 3.12.7

Same error:
File "C:\Users\luca_\miniconda3\envs\exo\Lib\site-packages\exo\main.py", line 214, in main
loop.add_signal_handler(s, handle_exit)
File "C:\Users\luca_\miniconda3\envs\exo\Lib\asyncio\events.py", line 582, in add_signal_handler
raise NotImplementedError

I tried in Windows, in WSL2 Ubuntu, nothing works at all, different errors same result.

@VGLALALA
Copy link

VGLALALA commented Nov 15, 2024

WSL wont work, even if you install properly, the networking you will be problematic, I tried, it only run as single note, I endup installing a linux separately in order yo make it work

@RikuKunMS2
Copy link

RikuKunMS2 commented Nov 17, 2024

You can get it to work with WSL2, if you enable mirror mode networking in the .wslconfig

Go to your user folder on windows, add a file called '.wslconfig' if it doesn't exist already

then inside make sure it contains

[wsl2]
networkingMode=mirrored

@VGLALALA
Copy link

seems like a very credible solution, thanks!

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

4 participants