mandiant / commando-vm

Complete Mandiant Offensive VM (Commando VM), a fully customizable Windows-based pentesting virtual machine distribution. commandovm@mandiant.com
https://www.mandiant.com/resources/blog/commando-vm-windows-offensive-distribution
Apache License 2.0
6.88k stars 1.28k forks source link

Updating 'python3 3.7.9' to 'python3 3.9.6' failed #264

Closed UnwantedFeature closed 1 year ago

UnwantedFeature commented 3 years ago

Describe the bug and expected behavior Updating 'python3 3.7.9' to 'python3 3.9.6' failed

To Reproduce run "cup all" command in CMDer -OR- run "cup -y -f python3" like the solution proposed in this issue

Version

PS C:\Windows\system32 > cup -y -f python3
Chocolatey v0.10.15
Upgrading the following packages:
python3
By upgrading you accept licenses for the packages.

You have python3 v3.7.9 installed. Version 3.9.6 is available based on your source(s).
python3 not upgraded. An error occurred during installation:
 Updating 'python3 3.7.9' to 'python3 3.9.6' failed. Unable to find a version of 'libraries.python2.fireeye' that is compatible with 'python3 3.9.6'.
python3 package files upgrade completed. Performing other installation steps.
The upgrade of python3 was NOT successful.
python3 not upgraded. An error occurred during installation:
 Updating 'python3 3.7.9' to 'python3 3.9.6' failed. Unable to find a version of 'libraries.python2.fireeye' that is compatible with 'python3 3.9.6'.

Chocolatey upgraded 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - python3 (exited 1) - python3 not upgraded. An error occurred during installation:
 Updating 'python3 3.7.9' to 'python3 3.9.6' failed. Unable to find a version of 'libraries.python2.fireeye' that is compatible with 'python3 3.9.6'.
COMMANDO 16.07.2021 10:55:23
PS C:\Windows\system32 >
ghost commented 3 years ago

Yeah. I'm getting the same error on Win10 Ent x64 20H2.

"cup -y -f python3" doesn't work for me either.

I tried uninstalling python3 but got an dependency error

python3 not uninstalled. An error occurred during uninstall:
 Unable to uninstall 'python3 3.7.9' because 'libraries.python2.fireeye 1.0.20210316.0' depends on it.

Chocolatey uninstalled 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - python3 (exited 1) - python3 not uninstalled. An error occurred during uninstall:
 Unable to uninstall 'python3 3.7.9' because 'libraries.python2.fireeye 1.0.20210316.0' depends on it.
nos3curity commented 1 year ago

We are removing the Python dependency in Commando 3.0. This bug should no longer be present. Stay tuned for the release later this Summer.