-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in installation #651
Comments
@TrupeshKumarPatel -- if this is going on the Pantarhei node, it might be from not having a non-root login yet. Or it could be related to a missing setuptools -- do you need to run |
No, I am creating a Docker image using my local machine (MacBook). Also, I double-checked the |
You might try the patch in #643 which also allows you to disable the editable install with an arg to |
The patch #643 worked fine for me. Wondering, why the pull request is not merged yet? |
Update: The installation worked fine when I applied the patch by downloading files from #643 and replacing them. But now, since the pull request is merged, I tried installation without replacing them, and it shows the same error as before. I checked the difference between compile.sh in #643 and complile.sh in build_config=true
...
if [[ "$build_config" == true ]]; then
#updates troute package with the execution script
cd $REPOROOT/src/troute-config
pip install -e . || exit
fi In short, I am getting errors in the installation during |
I have a wip dockerfile for installing troute on rocky 9.2, created as part of the debugging of the ngen image segfault issue It's rough for now while I'm looking into the segfault, but I can clean it up and make a PR if it's something that would be useful to have in this repo. |
I tried to follow the readme installation instructions and build a t-route in the system but got the following error.
OS Information
OS Name:
Rocky Linux
OS Version:
9.2
Pre-installed Packages
Installation Steps
git clone --progress --single-branch --branch master http://github.com/NOAA-OWP/t-route.git cd t-route ./compiler.sh
Compilation Log
The text was updated successfully, but these errors were encountered: