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

Can someone share with me his exact requirements? #48

Open
dbailleul opened this issue Jul 31, 2024 · 0 comments
Open

Can someone share with me his exact requirements? #48

dbailleul opened this issue Jul 31, 2024 · 0 comments

Comments

@dbailleul
Copy link

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

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