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

Upgrading/removing anaconda3 via chocolatey fails #98

Open
MaKaNu opened this issue Mar 22, 2024 · 0 comments
Open

Upgrading/removing anaconda3 via chocolatey fails #98

MaKaNu opened this issue Mar 22, 2024 · 0 comments

Comments

@MaKaNu
Copy link

MaKaNu commented Mar 22, 2024

Describe the bug
upgrading anaconda3 fails because the location under C:\tools\anaconda3 is not empty.

same seems to be with with uninstalling. The Folder is not getting removed under C:\tools

To Reproduce
Steps to reproduce the behavior:

  1. run choco install anaconda3 --version '2023.9.0'
  2. run choco uprgrade anaconda3 --version '2024.2.0
  3. run choco uninstall anaconda3
  4. Check Folder C:\tools\anaconda3

Expected behavior
Step 1 installs anaconda3 as version 2023.9.0
Step 2 upgrades anaconda3 to version 2024.2.0
Step 3 removes anaconda3 completely

Actual behavior
Step1 Works if system clean
Step2 fails
Step3 may fail if it doesn't find any Version or Runs successful but in the background

I think the background process seems to be the issue here. Similar might happen to the upgrade script and the installer starts before the installation is done.

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