DiscordBox icon indicating copy to clipboard operation
DiscordBox copied to clipboard

Cannot find "install" when installing Virtualbox SDK

Open AcezukyRockon opened this issue 10 months ago • 0 comments

[Issue]:

  • When run command "python vboxapisetup.py install" inside folder sdk\installer\python with python > 3.12, it will give an error about cannot find "Install" at this line
  • setup.py: Image

[Current workaround]

  • Use python below version 3.12 (currently I tried and worked with python 3.10.11) for command "python vboxapisetup.py install". It may gives an Error "ERROR: Testing VirtualBox Python bindings failed: cannot import name 'VirtualBoxManager' from 'vboxapi' (unknown location)" but it's OK. Now you can process to next step at DiscordBox.

AcezukyRockon avatar Mar 28 '25 09:03 AcezukyRockon