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

UnboundLocalError: local variable 'transaction' referenced before assignment #1480

Closed
jonashaag opened this issue Feb 10, 2022 · 2 comments
Closed

Comments

@jonashaag
Copy link
Contributor

jonashaag commented Feb 10, 2022

Haven't investigated where that's coming from

      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
@jonashaag
Copy link
Contributor Author

Oh I think this a dupe of #1460

@wolfv
Copy link
Member

wolfv commented Feb 10, 2022

Yes, I'll cut a release tomorrow morning, now that conda-forge is working again. Sorry for the trouble

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