Reputation: 652
This is how it looks like when I install Miniconda on Windows 10 - how can I debug this? Is there an installation log or something? I followed this instructions here: https://docs.anaconda.com/anaconda/install/silent-mode/
EDIT 1: The exact version of the executable is Miniconda3-py39_4.9.2-Windows-x86_64.exe from https://repo.anaconda.com/miniconda/.
EDIT 2: I stumbled over this post: https://reverseengineering.stackexchange.com/questions/11761/how-to-analyze-deeply-every-single-step-of-a-windows-executable-installer/11762#11762?newreg=f273c3b5cf524ca3a15ea3154db39b34. Would the answer for this post also apply to my Miniconda installation scenario or would the proposed tools not be of value?
Upvotes: 1
Views: 1220
Reputation: 110
Maybe you have miniconda but none of the packages. See this page to download the additional packages and then maybe it will work.
https://docs.conda.io/en/latest/miniconda.html
Upvotes: 1