Closed ymontmarin closed 4 months ago
@nim65s do you have any insight on this issue ? Sadly, I do not have any non-arm architecture to test locally.
Thank you
It is not clear which file is missing.
Can you add a ls -l scripts
or something to check the existence of this /Users/runner/miniforge3/conda-bld/hpp-doc_1721293752921/work/scripts/packageDep
file ? And a ls -l /usr/bin
to check the existence of /usr/bin/python
?
Thank you ! I am going to try with that :)
It works :)
When compiling this last package for conda I encoutered an error for the OSX build. See: https://github.com/conda-forge/hpp-doc-feedstock/pull/4 .
With the release
5.1.0
, compare to the release4.15.0
, the installation is not working on OSX any more (but still work on Linux).The error is (extracted from the CI ):
It looks like the file
packageDep
located in the folderscripts
of the repository, is unreadable on OSX.I already checked that both the Linux and the OSX build use the same source.
When exploring differences between
4.15.0
and5.1.0
the only thing I spotted related to this file is :But I could not find any relevant cause.
Do you have an idea of what could cause the OSX build to fail ?