-
Notifications
You must be signed in to change notification settings - Fork 64
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
Crashes when trying to complete conda create --clone
#52
Comments
@guger thank you for asking about this. Seems like a weird glitch? The error message indicates that However, looking at the rest of the error message, it does seem like
And then hit the Does that help? |
@esc Thanks for you response. I now added Additionally, yes - you are right. I pressed |
Does the error also happen if you don't press |
@esc Sorry, I should specify: the error that always happens, even before pressing
|
@esc When I just write
Then I just let it run and came back after half an hour, seeing this output (its not the full output, as the full text is too long for the terminal):
It seems there are no line breaks in the first line, so it's very long! |
@guger thank you for following up here. Unfortunately I have no hunches left as to what may be broken here. The error indicates that |
When trying to complete a command in
conda create ...
, the whole completion crashes with__conda_package_available:5: command not found: python
.Then, zsh doesn't respond anymore. When using a KeyboardInterrupt, this error is shown:
When waiting for something to happen, after some minutes it starts printing lots of text, which look like a json formatted list of packages including all metadata but I'm not sure what it is.
The text was updated successfully, but these errors were encountered: