Attribute error: module 'mesonpy' has no attribute 'prepare_metadata_for_build_wheel' #11205
-
I want to install
The meson version is |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This error comes from the PEP 517 build backend at https://github.com/mesonbuild/meson-python, although technically it's a bug in a library that pip uses called pep517. The real issue is that this is a terribly confusing error message. All it says is that "the package failed to build due to a previous error". You do need to post the entire failure log, including the meson error that came before this. Just posting the traceback says nothing and is a bug in unrelated projects. |
Beta Was this translation helpful? Give feedback.
-
Here is the full error message
|
Beta Was this translation helpful? Give feedback.
-
You must install a compiler capable of building fortran source code. gfortran does seem to be installed, but it raises a permission denied error? |
Beta Was this translation helpful? Give feedback.
You must install a compiler capable of building fortran source code. gfortran does seem to be installed, but it raises a permission denied error?