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
Hi everyone,
I'm trying to make this version of padim to run.
My requirements with poetry are:
python = "3.7.0"
torch = "1.5.0"
tqdm = ""
sklearn = ""
#sklearn = "0.0.post12"
matplotlib = "*"
with a .env file specifying SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
I've got the same error message: Segmentation fault.
With gdb, I've obtained this more detailed answer:
_0x00007ffff697f2c0 in PyCFuncPtr_new (type=0x555555819b38, args=0x7ffff48ba7f0, kwds=0x0) at /tmp/python-build.20240326110444.24340/Python-3.7.0/Modules/_ctypes/_ctypes.c:3544
3544 /tmp/python-build.20240326110444.24340/Python-3.7.0/Modules/_ctypes/ctypes.c: No such file or directory.
I've tried to install libffi-dev to solve the _ctypes problem but every tutorials found failed.
Always this Segmentation fault error.
Can someone share his requirements to help me?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm trying to make this version of padim to run.
My requirements with poetry are:
python = "3.7.0"
torch = "1.5.0"
tqdm = ""
sklearn = ""
#sklearn = "0.0.post12"
matplotlib = "*"
with a .env file specifying
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
I've got the same error message: Segmentation fault.
With gdb, I've obtained this more detailed answer:
_0x00007ffff697f2c0 in PyCFuncPtr_new (type=0x555555819b38, args=0x7ffff48ba7f0, kwds=0x0) at /tmp/python-build.20240326110444.24340/Python-3.7.0/Modules/_ctypes/_ctypes.c:3544
3544 /tmp/python-build.20240326110444.24340/Python-3.7.0/Modules/_ctypes/ctypes.c: No such file or directory.
I've tried to install libffi-dev to solve the _ctypes problem but every tutorials found failed.
Always this Segmentation fault error.
Can someone share his requirements to help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: