Skip to content
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

Open
vnpraveendesu opened this issue Nov 9, 2015 · 8 comments

Comments

@vnpraveendesu
Copy link
Member

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.

@hoangle
Copy link
Member

hoangle commented Nov 9, 2015

Hi Pranveen,

Thanks for sharing info. However, I did not get any issue if using:
$easy_install pyvbox

Regards,
Hoang

@vnpraveendesu
Copy link
Member Author

Hi Hoangle,
When you try to import the virtualbox module provided by pyvbox package throws a. "vboxapi" module not found. Installing the vboxapi package using pip throws the below error
"Could not find a version that satisfies the requirement vboxapi (from versions)"
,

@hoangle
Copy link
Member

hoangle commented Nov 9, 2015

Yes, then I used below command to install:
$sudo easy_install vbox pyvbox

@vnpraveendesu
Copy link
Member Author

Hi Hoangle,

Thanks for your help. Python packages vbox and vboxapi are different.
"vbox" package provides complete cli bindings for controlling the Oracle Virtualbox.
"vboxapi" package provides constants used by Oracle Virtualbox and it is used by pyvbox package.
I am keeping this issue in open state.

Thanks & Regards,
Praveen.

@dickreuter
Copy link

Has anybody found a solution to that problem?

@Xyon
Copy link

Xyon commented Jul 24, 2017

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.

@vnpraveendesu
Copy link
Member Author

Previously, vboxapi.py is available as a part of the python package Index and easily install it using
pip install vboxapi.
vboxapi package is no longer available in the python package Index.
vboxapi.py is part of Virtualbox sdk. you need to install from the source code.

@Venkatesh722
Copy link

Could anybody resolve this issue about the unavailability of vboxapi>=1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants