No such file or directory: 'C:\\Program Files\\Meson\\mesonbuild\\scripts\\python_info.py' #11688
-
Hi, I tried compiling Cairo but when I ran
Inside
My specs:
I saw:
Did I do something wrong or just Meson is broken on the latest Python version? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The error here claims it cannot find the introspection script (which uses both sysconfig and distutils, so it's not related to the distutils deprecation). The introspection script internally uses https://docs.python.org/3/library/importlib.resources.html to locate data, which in this case is supposed to return either the original file packed into the application or else a temporary file containing the contents, whichever is available. Seemingly, it is returning a file that doesn't actually exist. I'm not sure why... |
Beta Was this translation helpful? Give feedback.
-
Copied to a bug report in #11689 |
Beta Was this translation helpful? Give feedback.
OK, this is a bug in our collection hook. PyInstaller requires it to be listed as a data file.