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
I was trying to install quillpad on my windows 10 machine as quillpad is getting closed on their website. I have windows 10, python 3.7. I also downloaded Visual studio 2017 with native drivers. when I run I get this error.
QuillCNCart.c
QuillCNCart.c(12): warning C4047: 'initializing': 'Py_ssize_t' differs in levels of indirection from 'char [16]'
QuillCNCart.c(104): warning C4013: 'PyInt_FromLong' undefined; assuming extern returning int
QuillCNCart.c(104): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(104): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(107): warning C4013: 'PyInt_AsLong' undefined; assuming extern returning int
QuillCNCart.c(108): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(108): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(156): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(156): warning C4024: 'PyList_Append': different types for formal and actual parameter 2
QuillCNCart.c(229): error C2039: 'ob_type': is not a member of 'QuillCKnowledge'
QuillCNCart.c(4): note: see declaration of 'QuillCKnowledge'
QuillCNCart.c(247): warning C4013: 'Py_InitModule' undefined; assuming extern returning int
QuillCNCart.c(250): warning C4033: 'initQuillCCart' must return a value
QuillCNCart.c(247): warning C4047: 'initializing': 'PyObject *' differs in levels of indirection from 'int'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86_\x64\cl.exe' failed with exit status 2_
Appreciate any help in resolving this.
The text was updated successfully, but these errors were encountered:
I was trying to install quillpad on my windows 10 machine as quillpad is getting closed on their website. I have windows 10, python 3.7. I also downloaded Visual studio 2017 with native drivers. when I run I get this error.
QuillCNCart.c
QuillCNCart.c(12): warning C4047: 'initializing': 'Py_ssize_t' differs in levels of indirection from 'char [16]'
QuillCNCart.c(104): warning C4013: 'PyInt_FromLong' undefined; assuming extern returning int
QuillCNCart.c(104): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(104): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(107): warning C4013: 'PyInt_AsLong' undefined; assuming extern returning int
QuillCNCart.c(108): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(108): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(156): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(156): warning C4024: 'PyList_Append': different types for formal and actual parameter 2
QuillCNCart.c(229): error C2039: 'ob_type': is not a member of 'QuillCKnowledge'
QuillCNCart.c(4): note: see declaration of 'QuillCKnowledge'
QuillCNCart.c(247): warning C4013: 'Py_InitModule' undefined; assuming extern returning int
QuillCNCart.c(250): warning C4033: 'initQuillCCart' must return a value
QuillCNCart.c(247): warning C4047: 'initializing': 'PyObject *' differs in levels of indirection from 'int'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86_\x64\cl.exe' failed with exit status 2_
Appreciate any help in resolving this.
The text was updated successfully, but these errors were encountered: