I would like to set up a connector on SQL Server running on Windows Server
-
Select Connector clients (self-managed)
-
Download Python Connector Source code From Github
-
And Setup Python 3.12 on Windows Server
-
But I have this problem
- Excute Setup.py
- "os.uname().machine" Command not allowed
- I was Replace "platform.uname().machine" -> return value "AMD64"
- "connectors-main\requirements" not include "AMD64.txt"
Is there a separate connector for Windows Server?