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
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.
[Issue]:
[Current workaround]