You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error is produced when running
conda mamba build
Boa was installed using mamba.
The text was updated successfully, but these errors were encountered: