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 error when running conda mambabuild #361

Open
matnguyen opened this issue Aug 3, 2023 · 0 comments
Open

Import error when running conda mambabuild #361

matnguyen opened this issue Aug 3, 2023 · 0 comments

Comments

@matnguyen
Copy link

The following error is produced when running conda mamba build

  File "/home/mnguyen/anaconda3/bin/conda-mambabuild", line 7, in <module>
    from boa.cli.mambabuild import main
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 15, in <module>
    from boa.core.utils import normalize_subdir
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/boa/core/utils.py", line 11, in <module>
    from boa.core.config import boa_config
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/boa/core/config.py", line 1, in <module>
    from rich.console import Console
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/console.py", line 49, in <module>
    from ._log_render import FormatTimeCallable, LogRender
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/_log_render.py", line 5, in <module>
    from .text import Text, TextType
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/text.py", line 5, in <module>
    from rich.emoji import EmojiVariant
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/emoji.py", line 4, in <module>
    from .jupyter import JupyterMixin
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/jupyter.py", line 7, in <module>
    from .segment import Segment
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/segment.py", line 19, in <module>
    from .cells import (
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/cells.py", line 6, in <module>
    from ._lru_cache import LRUCache
  File "/home/mnguyen/anaconda3/lib/python3.8/site-packages/rich/_lru_cache.py", line 8, in <module>
    from typing_extensions import OrderedDict
ImportError: cannot import name 'OrderedDict' from 'typing_extensions' (/home/mnguyen/anaconda3/lib/python3.8/site-packages/typing_extensions.py)

Boa was installed using mamba.

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

1 participant