-
Notifications
You must be signed in to change notification settings - Fork 10
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
Install Error #170
Comments
I think uw2 and uw3 are bundled together. Make sure you're importing underworld3 as uw not underworld |
When I run: I get the following error: I can run: |
Are you able to install modules within the container? You could try |
Ok I tried that and it seemed to have worked however I now the the following error: |
Could be as simple as needing to run |
Is this still a live issue ? |
is this still a live issue @gp37 ? |
I would like to try underworld3 but I get an error when downloading using the Underworld3_latest.sif
When I try and run an example script I get the following error:
module 'underworld' has no attribute 'meshing'
This error occurs the first time underworld is used which builds the mesh with this line:
meshbox = uw.meshing.UnstructuredSimplexBox( minCoords=(0.0, 0.0), maxCoords=(1.0, 1.0), cellSize=1.0 / 32.0, regular=True, qdegree=3)
When I run underworld3_latest.sif pip list I see that the version is listed as underworld 2.15.0b0. Should the module be listed as underworld3 and not an underworld2 version?
The text was updated successfully, but these errors were encountered: