Skip to content
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

Unable to install in Python 13 due to netifaces dependency #17

Open
cfbradshaw opened this issue Nov 7, 2024 · 0 comments
Open

Unable to install in Python 13 due to netifaces dependency #17

cfbradshaw opened this issue Nov 7, 2024 · 0 comments

Comments

@cfbradshaw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant