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
File "C:\Miniconda\lib\site-packages\conda\exceptions.py", line 1080, in __call__
return func(*args, **kwargs)
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 934, in exception_converter
raise e
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 928, in exception_converter
exit_code = _wrapped_main(*args, **kwargs)
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 882, in _wrapped_main
result = do_call(args, p)
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 748, in do_call
exit_code = create(args, parser)
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 624, in create
return install(args, parser, "create")
File "C:\Miniconda\lib\site-packages\mamba\mamba.py", line 577, in install
if not transaction.prompt():
UnboundLocalError: local variable 'transaction' referenced before assignment
The text was updated successfully, but these errors were encountered:
Haven't investigated where that's coming from
The text was updated successfully, but these errors were encountered: