-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non availability of prerequisite python vboxapi package for safplus_rpm_deb_gen.py. #169
Comments
Hi Pranveen, Thanks for sharing info. However, I did not get any issue if using: Regards, |
Hi Hoangle, |
Yes, then I used below command to install: |
Hi Hoangle, Thanks for your help. Python packages vbox and vboxapi are different. Thanks & Regards, |
Has anybody found a solution to that problem? |
In case people like me, who are coming here from Google, are still having this issue - vboxapi.py is part of the Virtualbox SDK, which I was able to install from my package manager (Arch linux). That adds it to your Python (2) site-packages. |
Previously, vboxapi.py is available as a part of the python package Index and easily install it using |
Could anybody resolve this issue about the unavailability of vboxapi>=1.0 |
Hi All,
safplus_rpm_deb_gen.py uses a python package "pyvbox" for launching the virtual machine from virtualbox. pyvbox package internally uses a vboxapi package provided by oracle and it is not avialble on the https://pypi.python.org/pypi/.
I have raised an issue in the sethmlarson/virtualbox-python#43 about the non availability of the vboxapi package.
The text was updated successfully, but these errors were encountered: