WadRex/Rooportable

How to fix install error CondaEnvException: The specified prefix !!!

Opened this issue · 0 comments

Problem is new version of miniconda you need older version
so open Full Install & Reinstall.bat in text editor and rewrite miniconda Install command to this

mkdir "Temporary Files"
bitsadmin /transfer "Download Miniconda" /download /priority normal "https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Windows-x86_64.exe" "%~dp0\Temporary Files\Miniconda3-py312_24.7.1-0-Windows-x86_64.exe"
start /wait "" ".\Temporary Files\Miniconda3-py312_24.7.1-0-Windows-x86_64.exe" /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /S /D=%cd%\Miniconda
rd /s /q ".\Temporary Files"