-
Notifications
You must be signed in to change notification settings - Fork 870
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
Comments
Same issue here. I installed python with: Same error: I tried in Windows, in WSL2 Ubuntu, nothing works at all, different errors same result. |
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 |
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
|
seems like a very credible solution, thanks! |
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
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
The text was updated successfully, but these errors were encountered: