Skip to content

.msi install- can't find _internal/libs #14600

Answered by eli-schwartz
avbrummen asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the clarification. Looking at the project, they document that you need Python 3.11 and also to install the packages from https://github.com/EIAgov/NEMS/blob/main/requirements.txt into that python environment.

In the call trace from the meson files, I see:

  • they search for a python dependency
  • they use that python dependency to look up NumPy, a python numerical / data science package that also provides a C / Fortran API for other python packages
  • they build some Fortran code into Python modules

I would recommend installing Meson at the same time as the other packages in that requirements.txt file, inside of a Python install. Don't use the MSI installer for Meson, as the MSI insta…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@avbrummen
Comment options

@eli-schwartz
Comment options

Answer selected by eli-schwartz
@avbrummen
Comment options

@eli-schwartz
Comment options

@avbrummen
Comment options

@eli-schwartz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants