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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
On my Windows 11 machine I tried installing Miniforge and make it work with Zsh in Git Bash. I got it working once using PYTHONIOENCODING set to utf8 inline, but after adding this variable to .zshenv, conda activate base never worked again. Due to this I decided to try reinstalling a different version.
When trying to uninstall Miniforge through Add or remove programs window, uninstaller fails and reports:
Failed to run pre_uninstall
Failed to run rmpath
Failed to run rmreg
I tried running the uninstaller as Administrator from the file next. Now it reported only
Failed to run rmpath
This is the detailed output I got.
Deleting Miniforge3 menus...
Running pre_uninstall scripts...
Running rmpath scripts...
Traceback (most recent call last):
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 380, in <module>
main()
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 369, in main
remove_from_path()
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 255, in remove_from_path
from _system_path import broadcast_environment_settings_change, remove_from_system_path
File "C:\Users\Blaz\miniforge3\Lib\_system_path.py", line 11, in <module>
import ctypes
File "C:\Users\Blaz\miniforge3\Lib\ctypes\__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ImportError: DLL load failed while importing _ctypes: The specified module could not be found.
Error in sys.excepthook:
Traceback (most recent call last):
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 47, in gui_excepthook
import ctypes
File "C:\Users\Blaz\miniforge3\Lib\ctypes\__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ImportError: DLL load failed while importing _ctypes: The specified module could not be found.
Original exception was:
Traceback (most recent call last):
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 380, in <module>
main()
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 369, in main
remove_from_path()
File "C:\Users\Blaz\miniforge3\Lib\_nsis.py", line 255, in remove_from_path
from _system_path import broadcast_environment_settings_change, remove_from_system_path
File "C:\Users\Blaz\miniforge3\Lib\_system_path.py", line 11, in <module>
import ctypes
File "C:\Users\Blaz\miniforge3\Lib\ctypes\__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ImportError: DLL load failed while importing _ctypes: The specified module could not be found.
::error:: Failed to run rmpath
Running rmreg scripts...
Removing files and folders...
Completed
The installer did remove the install directory, but entry in Add or remove programs list remains.
Is there a fix for this or is there possible to fully remove Miniforge traces manually?
Solution to issue cannot be found in the documentation.
Issue
On my Windows 11 machine I tried installing Miniforge and make it work with Zsh in Git Bash. I got it working once using
PYTHONIOENCODING
set toutf8
inline, but after adding this variable to.zshenv
,conda activate base
never worked again. Due to this I decided to try reinstalling a different version.When trying to uninstall Miniforge through Add or remove programs window, uninstaller fails and reports:
I tried running the uninstaller as Administrator from the file next. Now it reported only
This is the detailed output I got.
The installer did remove the install directory, but entry in Add or remove programs list remains.
Is there a fix for this or is there possible to fully remove Miniforge traces manually?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: