By the looks of it, VirtualBox 6.0.x is no longer supported as per official website:
- Go to VirtualBox’s download page and download
VirtualBox X.Y.Z Software Developer Kit (SDK)
:
- Extract the contents of an archive
- Open a terminal (CMD, bash, etc.)
- Within terminal, navigate where
vboxapisetup.py
is located. It should be located insdk/installer
- From within the installer folder run the following command:
python vboxapisetup.py install
NOTE Sometimes, vboxapisetup.py
fails to install first time - it creates caches and fails to read them. In such a case, try running the command above once more and it may fix the issue.