DiscordBox
DiscordBox copied to clipboard
Cannot find "install" when installing Virtualbox SDK
[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:
[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.