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

"import eigentools" fails #17

Open
BenWibking opened this issue Feb 1, 2024 · 2 comments
Open

"import eigentools" fails #17

BenWibking opened this issue Feb 1, 2024 · 2 comments

Comments

@BenWibking
Copy link

With Dedalus version 3.0.2, running import eigentools fails with an ImportError:

In [1]: import dedalus

In [2]: dedalus.__version__
Out[2]: '3.0.2'

In [3]: import eigentools
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[3], line 1
----> 1 import eigentools

File /opt/homebrew/Caskroom/miniconda/base/envs/dedalus3/lib/python3.12/site-packages/eigentools/__init__.py:8
      1 # Copyright (c) 2016, Jeffrey S. Oishi & Susan E. Clark
      2
      3 # This file is part of Dedalus, which is free software distributed
      4 # under the terms of the GPLv3 license.  A copy of the license should
      5 # have been included in the file 'LICENSE.txt', and is also available
      6 # online at <http://www.gnu.org/licenses/gpl-3.0.html>.
----> 8 from .eigenproblem import Eigenproblem
      9 from .criticalfinder import CriticalFinder

File /opt/homebrew/Caskroom/miniconda/base/envs/dedalus3/lib/python3.12/site-packages/eigentools/eigenproblem.py:6
      4 from dedalus.core.evaluator import Evaluator
      5 from dedalus.core.system import FieldSystem
----> 6 from dedalus.tools.post import merge_process_files
      7 import dedalus.public as de
      8 import matplotlib.pyplot as plt

ImportError: cannot import name 'merge_process_files' from 'dedalus.tools.post' (/opt/homebrew/Caskroom/miniconda/base/envs/dedalus3/lib/python3.12/site-packages/dedalus/tools/post.py)
@jvwilliams23
Copy link

Also getting this error.

@jsoishi
Copy link
Member

jsoishi commented Jun 25, 2024 via email

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

3 participants