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

cannot import name 'StGermain' from partially initialized module 'underworld.libUnderworld.libUnderworldPy' #651

Closed
blingwang1996 opened this issue Feb 16, 2023 · 2 comments

Comments

@blingwang1996
Copy link

Dear Underworld Team

I encountered some problems in "import underworld"

The ImportError: cannot import name 'StGermain' from partially initialized module 'underworld.libUnderworld.libUnderworldPy' (most likely due to a circular import) (/Volumes/DATA/Underworld2/underworld2/underworld/libUnderworld/libUnderworldPy/init.py)
The underworld2 _version is ""2.14.0b""

Please help

Kind Regards

@julesghub
Copy link
Member

Hi @blingwang1996 ,

The current underworld version is 2.14.1b. I can confirm installing it with pip install underworld works for me.

$ pip install underworld
...
$ python -c 'import underworld as uw; print(uw.__version__)'
2.14.1b

How did you install underworld: using docker, pip or compilation?

cheers,
J

@blingwang1996
Copy link
Author

Thanks guys so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants