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
Netifaces fails during install:
pip install alpyca -fails
I tried to download and install the source code using netifaces-plus instead, but there was no setup.py file included in the source code.
I tried to clone and implement this code, but do not have a Python 3.7 environment, which should not be needed.
Errors:
Creating library build\temp.win32-cpython-313\Release\netifaces.cp313-win_amd64.lib and object build\temp.win32-cpython-313\Release\netifaces.cp313-win_amd64.exp
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddIntConstant
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromLong
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_MemoryError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetFromWindowsErr
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_SetItemString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FromWideChar
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_ValueError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddStringConstant
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_FalseStruct
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_Dealloc
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddObject
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyList_New
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_Create2
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyList_Append
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_SetItem
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_New
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_NoMemory
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItemString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_OSError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItem
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyTuple_Pack
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_TrueStruct
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FromString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyArg_ParseTuple
build\lib.win32-cpython-313\netifaces.cp313-win_amd64.pyd : fatal error LNK1120: 27 unresolved externals
error: command 'C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.42.34431\bin\HostX86\x86\link.exe' failed with exit code 1120
The text was updated successfully, but these errors were encountered:
Netifaces fails during install:
pip install alpyca -fails
I tried to download and install the source code using netifaces-plus instead, but there was no setup.py file included in the source code.
I tried to clone and implement this code, but do not have a Python 3.7 environment, which should not be needed.
Errors:
Creating library build\temp.win32-cpython-313\Release\netifaces.cp313-win_amd64.lib and object build\temp.win32-cpython-313\Release\netifaces.cp313-win_amd64.exp
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddIntConstant
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromLong
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_MemoryError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetFromWindowsErr
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_SetItemString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FromWideChar
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_ValueError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddStringConstant
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_FalseStruct
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_Dealloc
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_AddObject
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyList_New
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyModule_Create2
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyList_Append
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_SetItem
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_New
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyErr_NoMemory
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItemString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyExc_OSError
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItem
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyTuple_Pack
netifaces.obj : error LNK2001: unresolved external symbol __imp___Py_TrueStruct
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_FromString
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size
netifaces.obj : error LNK2001: unresolved external symbol __imp__PyArg_ParseTuple
build\lib.win32-cpython-313\netifaces.cp313-win_amd64.pyd : fatal error LNK1120: 27 unresolved externals
error: command 'C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.42.34431\bin\HostX86\x86\link.exe' failed with exit code 1120
The text was updated successfully, but these errors were encountered: