ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[BUG]:runtimeError:Windows is not supported yet,how to solve this problem?

Open caiyangpat opened this issue 2 years ago • 2 comments

🐛 Describe the bug

PS C:\Users\Administrator> & C:/Users/Administrator/AppData/Local/Programs/Python/Python38-32/python.exe c:/Users/Administrator/Desktop/ColossalAI-main/setup.py Traceback (most recent call last): File "c:/Users/Administrator/Desktop/ColossalAI-main/setup.py", line 37, in raise RuntimeError("Windows is not supported yet. Please try again within the Windows Subsystem for Linux (WSL).") RuntimeError: Windows is not supported yet. Please try again within the Windows Subsystem for Linux (WSL).

Environment

win10 python 3.8

caiyangpat avatar Mar 30 '23 13:03 caiyangpat

This error message is because you are trying to run a Python script on Windows which is not supported yet

  1. Ensure you have the latest Windows 10 updates
  2. Search the Microsoft Store app for “Python 3.11”
  3. Ensure that the app you select is published by the Python Software Foundation, and install it.

Take this hope it is help you : #https://stackoverflow.com/questions/66281873/python-setup-py-install-not-working-in-windows-due-to-admin #https://docs.python.org/3/using/windows.html

Mahmoud-Eid-Elsayed avatar Mar 30 '23 15:03 Mahmoud-Eid-Elsayed

2024 and still no support for windows? image

AlizerUncaged avatar Aug 04 '24 10:08 AlizerUncaged