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 think it started to happen around python-3.10.8 (might be 3.10.7 as well).
cp build/lib.linux-x86_64-3.10/dmidecodemod.cpython-310-x86_64-linux-gnu.so python3.10-dmidecodemod.so
cp: cannot stat 'build/lib.linux-x86_64-3.10/dmidecodemod.cpython-310-x86_64-linux-gnu.so': No such file or directory
make: *** [Makefile:63: python3.10-dmidecodemod.so] Error 1
The correct name for output library is build/lib.linux-x86_64-cpython-310/dmidecodemod.cpython-310-x86_64-linux-gnu.so
I made this small change to Makefile, but I'm not sure it will work with python < 3.10:
hello, kyak. Thanks for sending this message about build error, I test python3.10.8-3 version in fedora 36 release, but not happend this error. Can you provide more env info to find the bug?
Hi,
I think it started to happen around python-3.10.8 (might be 3.10.7 as well).
The correct name for output library is
build/lib.linux-x86_64-cpython-310/dmidecodemod.cpython-310-x86_64-linux-gnu.so
I made this small change to Makefile, but I'm not sure it will work with python < 3.10:
The text was updated successfully, but these errors were encountered: