ColossalAI
ColossalAI copied to clipboard
[BUG]:runtimeError:Windows is not supported yet,how to solve this problem?
🐛 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
Environment
win10 python 3.8
This error message is because you are trying to run a Python script on Windows which is not supported yet
- Ensure you have the latest Windows 10 updates
- Search the Microsoft Store app for “Python 3.11”
- 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
2024 and still no support for windows?