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
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:
run choco install anaconda3 --version '2023.9.0'
run choco uprgrade anaconda3 --version '2024.2.0
run choco uninstall anaconda3
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.
The text was updated successfully, but these errors were encountered:
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:
choco install anaconda3 --version '2023.9.0'
choco uprgrade anaconda3 --version '2024.2.0
choco uninstall 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.
The text was updated successfully, but these errors were encountered: