Skip to content

No such file or directory: 'eigenvalues.npy' #32

@PaulGithub15

Description

@PaulGithub15

More generic title for me to be more noticed. When i run final_face_slider_tool.py, it keeps on showing an error "No such file or directory: 'eigenvalues.npy'".

Full text here:
pygame 2.6.1 (SDL 2.28.4, Python 3.11.0)
Hello from the pygame community. https://www.pygame.org/contribute.html
2025-05-16 17:52:51.745218: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2025-05-16 17:53:00.689265: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
C:\Users\sales2\Documents\pythons\alignedCelebFaces-master\code\final_face_slider_tool.py:8: DeprecationWarning: scipy.misc is deprecated and will be removed in 2.0.0
from scipy import misc
Traceback (most recent call last):
File "C:\Users\sales2\Documents\pythons\alignedCelebFaces-master\code\final_face_slider_tool.py", line 10, in
eigenvalues = np.load("eigenvalues.npy")
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\sales2\AppData\Local\Programs\Python\Python311\Lib\site-packages\numpy\lib_npyio_impl.py", line 459, in load
fid = stack.enter_context(open(os.fspath(file), "rb"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'eigenvalues.npy'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions