mamba
mamba copied to clipboard
Bug in mamba remove [package] when [package] depends on cuda
Remove: ───────────────────────────────────────────────────────────────────────
- __cuda 11.4 0 installed
KeyError: PackageRecord(_hash=5352623804000103275, name='__cuda', version='11.4', build='0', build_number=0, channel=Channel("@"), subdir='linux-64', fn='__cuda', md5='12345678901234567890123456789012', package_type='virtual_system')
Same as https://github.com/mamba-org/mamba/issues/1770?
I have also come across this issue when trying to mamba uninstall pytorch
, with this cryptic message about the above __cuda
package appearing when it fails.
Any solutions to this problem?
Is there still no solution?