Compilation terminated while building the test problems on the Moose installation guide website #18208
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Hello Are you following the Conda install path? The permission denied error is odd too. Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
Hi Guillaume,
Thank you for the quick response. I just followed the instructions
mentioned on the getting started webpage on the Ubuntu terminal window. I
have not changed anything for the Conda install path.
The base operating system is Windows-10, but I have installed Ubuntu 20.04
WSL and used this for the Moose installation.
In addition, I just want to mention that I also followed the instructions
mentioned under the Build Issue on the Moose Troubleshooting page
<https://mooseframework.inl.gov/help/troubleshooting.html#condaissues>. All
the steps there were carried out successfully.
Thanks,
Tuhin
…On Tue, Jun 29, 2021 at 6:32 PM Guillaume Giudicelli < ***@***.***> wrote:
Hello
Are you following the Conda install path?
Which operating system is that for?
The permission denied error is odd too.
Guillaume
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQVVBOPBJ5BWKGINDAJJSFLTVJCZVANCNFSM47RDANEA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
How exactly the problem has been resolved is still mysterious. Earlier the
Python.h file was not accessible, after running several commands as you
suggested in the earlier posts, it looks like the file has got accessible
and the test problem build has done successfully.
…On Wed, Jun 30, 2021 at 2:10 AM Guillaume Giudicelli < ***@***.***> wrote:
Or was it just changing the working directory?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18208 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQVVBOPREIACTLCY4PZIROTTVKYOPANCNFSM47RDANEA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
We were able to resolve this problem with Python.h, building MOOSE and getting MPI to work. They didn't have a symbolic link between python and python3 in their moose conda env bin. They deleted that conda env and reinstalled it with moose-tools and moose-libmesh and the link is now there and everything is working. Their previous moose conda env was from October so maybe this link between python and python3 was recently added. They were using WSL ubuntu which doesn't have python defined at all, it only has python3 and there is no symbolic link between the two. |
Beta Was this translation helpful? Give feedback.
We were able to resolve this problem with Python.h, building MOOSE and getting MPI to work. They didn't have a symbolic link between python and python3 in their moose conda env bin. They deleted that conda env and reinstalled it with moose-tools and moose-libmesh and the link is now there and everything is working. Their previous moose conda env was from October so maybe this link between python and python3 was recently added. They were using WSL ubuntu which doesn't have python defined at all, it only has python3 and there is no symbolic link between the two.