CIROH-UA / NGIAB-HPCInfra

NextGen In A Box: NextGen Generation Water Modeling Framework for Community Release (Singularity version)
0 stars 1 forks source link

t-route getting build error with latest code #22

Closed benlee0423 closed 1 month ago

benlee0423 commented 1 month ago

To reproduce, build t-route with latest code, and gets the following error message.

removing build/bdist.linux-x86_64/wheel
Traceback (most recent call last):
  File "/t-route/src/troute-routing/setup.py", line 9, in <module>
    import troute.network as tn
ModuleNotFoundError: No module named 'troute.network'
benlee0423 commented 1 month ago

Opened an issue in t-route repo. https://github.com/NOAA-OWP/t-route/issues/822

benlee0423 commented 1 month ago

This is due to the change made in compiler.sh https://github.com/NOAA-OWP/t-route/commit/a9537c48ac7b0d0d0f4d7720e87ffe08bffd7032

benlee0423 commented 1 month ago

Fixed with https://github.com/NOAA-OWP/t-route/issues/822