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

Import gets stuck while using it inside a myfunctions module #1555

Open
Dapi033 opened this issue Feb 7, 2024 · 0 comments
Open

Import gets stuck while using it inside a myfunctions module #1555

Dapi033 opened this issue Feb 7, 2024 · 0 comments

Comments

@Dapi033
Copy link

Dapi033 commented Feb 7, 2024

  • face_recognition version: '1.2.3'
  • Python version: 3.11
  • Operating System: Windows

Description

For organization purposes i have my functions inside a myfunctionsfolder/module so i can import them from there. But somehow when importing the library it just gets stuck and doesnt raise an exception even. Other functions in the module do work and when i comment out the import for face_recognition the module starts working again. When i copy the exact function script to my main folder so out of the module it works again just fine. Even more weird is that it somehow does work for like one or two face_locations as an example before getting stuck.

What I Did

I have tried eveything i could think of before realising it is because of the import. And since i have tried preloading it in my main script but i just cant think of other possible resolutions

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