-
Notifications
You must be signed in to change notification settings - Fork 202
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
Missing dependency on debian:8.10 vanilla #249
Comments
Not sure what dependency would fix this. I first installed https://github.com/mbusb/multibootusb/releases/download/v9.1.0/python3-multibootusb_9.1.0-1_all.deb Running this yielded the error: git cloning the 09 Jan repo yielded same error. Commenting out the config stuff brought up a NameError for 'gen' later on. The "from scripts import" (admin/gen/config) stuff doesn't seem to give give an error. print(sys.path) with my added append returns: Commenting-out the config. and gen. stuff, i got the next error: Traceback (most recent call last): dbus is running. Is this stuff somehow dependent on systemd by chance? |
@klopsi Remove your old install. Install again deb package and let me know the terminal output of |
Prio low
For testing in #242 I had created a small environment using docker, whose
Dockerfile
reads like this:Running then the docker image with
/bin/bash
I issued the following set of commands:Current state of branch
master
(which is checked out here) is 67f57a8, which is roughly 8.9.0.Trying then to run multibootusb, the following error message is issued:
Please note that
python3 -V
statesThe same result is also provided when changing the underlying operating system version from
debian:8.10
toubuntu:16.04
. There, Python 3.5.x is running.Problem statement
There seems to be "some additional" dependency necessary, which is not documented properly in the
README.md
. Yet, the dependenciespython3-pyqt5 parted util-linux mtools python3-dbus python3-pyudev p7zip-full python3-six
I copied out from the manifest file of the current.deb
package. I would have expected that these dependencies would also be mentioned as prerequisites to the section "Installation" -> "On Linux" -> "Using source code method".Additional Information
Could be related to #238, but that's unclear.
The text was updated successfully, but these errors were encountered: