-
Notifications
You must be signed in to change notification settings - Fork 565
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
When I am installing pyodbc using command propmpt for sql server it returns following error. #639
Comments
Do you have Windows SDK installed? |
Duplicate of #638 |
No, I was not installed window SDK. but now I have install windows SDK and it works |
Hi there, can I get some help on the linux version of this? Appears to be missing sql.h pip3 install pyodbc
|
When trying to install pyodbc using pip I get this error:
ERROR: Command errored out with exit status 1: 'c:\users\pc1\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\pc1\AppData\Local\Temp\pip-install-oll6gnwp\pyodbc\setup.py'"'"'; file='"'"'C:\Users\pc1\AppData\Local\Temp\pip-install-oll6gnwp\pyodbc\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\pc1\AppData\Local\Temp\pip-record-_plp0xxd\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.
The text was updated successfully, but these errors were encountered: