Skip to content
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

[3pt] UCS2 isn't loading imports correctly based on fim4 branches as of July 2022 #643

Closed
RobHanna-NOAA opened this issue Jul 27, 2022 · 2 comments · Fixed by #664
Closed
Assignees
Labels
bug Something isn't working FIM4 Med Priority

Comments

@RobHanna-NOAA
Copy link
Contributor

RobHanna-NOAA commented Jul 27, 2022

As of late July 2022, some attempts were made to create docker images on UCS2 based on the latest code from dev (fim4) branch. The docker build failed a few times but ultimately did succeed without any changes (not sure why).

However, even with the new docker image on UCS2, it errors out in some places. Currently it is throwing an error of ModuleNotFoundError: No module named 'shapely' but it is from calls from Pandas. We may need to look at the Docker (build) file and the pipfile and pipfile.lock to see where the import problems are coming from.

Note: This problem has not been seen on dev1, dev2 or UCS3, which suggest this could be a docker engine caching problem (??? ).

For now, we may not be able to do any fim4 testing on UCS2. We can use UCS3 instead, although we should be using UCS2, as UCS3 is a shared environment.

@RobHanna-NOAA RobHanna-NOAA added bug Something isn't working Med Priority FIM4 labels Jul 27, 2022
@CarsonPruitt-NOAA
Copy link
Collaborator

I'm assuming this was taken care of with the recent python packages update (#652)?

@RobHanna-NOAA
Copy link
Contributor Author

Yup.

@RobHanna-NOAA RobHanna-NOAA linked a pull request Aug 22, 2022 that will close this issue
@RobHanna-NOAA RobHanna-NOAA self-assigned this Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FIM4 Med Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants