You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
I am trying to install giraffez on Windows since one week now.
No chance on Win10 nor on Win2012R2 -> same errors! -> both x64 OS.
Python 3.9 x64
Errors + warnings:
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(121): error C2061: Syntaxfehler: Bezeichner "PyType_HasFeature"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(121): error C2143: Syntaxfehler: Es fehlt ";" vor "{"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(123): error C2181: Ung\x81ltiges "else" ohne zugeh”riges "if"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(378): warning C4244: "Argument": Konvertierung von "uint64_t" in "TD_ColumnSize", m”glicher Datenverlust
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(394): warning C4244: "Argument": Konvertierung von "uint64_t" in "TD_ColumnSize", m”glicher Datenverlust
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe' failed with exit code 2
Do you have an idea why it does not work?
Which MS Visual Studio Build Tools are required?
Which Teradata TPT and CLI (or TTU) versions are required?
Which Python versions are working well with giraffez? Are there maybe new limitations somehow?
Thanks in advance.
Best regards,
Dimy
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear professionals,
I am trying to install giraffez on Windows since one week now.
No chance on Win10 nor on Win2012R2 -> same errors! -> both x64 OS.
Python 3.9 x64
Errors + warnings:
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(121): error C2061: Syntaxfehler: Bezeichner "PyType_HasFeature"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(121): error C2143: Syntaxfehler: Es fehlt ";" vor "{"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(123): error C2181: Ung\x81ltiges "else" ohne zugeh”riges "if"
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(378): warning C4244: "Argument": Konvertierung von "uint64_t" in "TD_ColumnSize", m”glicher Datenverlust
C:\Users\user\AppData\Local\Temp\pip-install-ywxtmmpp\giraffez_ea9b1c874e484e37831ecafbd211f620\giraffez\src/teradatapt.hpp(394): warning C4244: "Argument": Konvertierung von "uint64_t" in "TD_ColumnSize", m”glicher Datenverlust
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe' failed with exit code 2
Do you have an idea why it does not work?
Which MS Visual Studio Build Tools are required?
Which Teradata TPT and CLI (or TTU) versions are required?
Which Python versions are working well with giraffez? Are there maybe new limitations somehow?
Thanks in advance.
Best regards,
Dimy
The text was updated successfully, but these errors were encountered: