Hello,
Had to set up bit curator on a new laptop and wanted to get the GUI on it. I have run into issues running it as I get this error consistently:
aps@aps-ubuntu:~/brunnhilde-gui$ sudo ./install
Requirement already satisfied: pyqt5 in /usr/lib/python3/dist-packages (5.15.10)
Requirement already satisfied: PyQt5-sip<13,>=12.13 in /usr/lib/python3/dist-packages (from pyqt5) (12.13.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
cp: cannot stat 'design.py': No such file or directory
cp: cannot stat 'design.ui': No such file or directory
cp: cannot stat 'icon.png': No such file or directory
cp: cannot stat 'launch': No such file or directory
cp: cannot stat 'main.py': No such file or directory
[Desktop Entry]
Type=Application
Name=Brunnhilde GUI
Exec=/usr/share/brunnhilde-gui/launch
Icon=/usr/share/brunnhilde-gui/icon.png
Categories=Forensics and Reporting
chmod: cannot access '/usr/share/brunnhilde-gui/launch': No such file or directory
All of the requirements are met on the computer. Does anyone have any ideas why this is happening? I did have to work around the externally-managed-environment by running pip at the root so that could be an issue. Thank you in advance for any help.
Hello,
Had to set up bit curator on a new laptop and wanted to get the GUI on it. I have run into issues running it as I get this error consistently:
aps@aps-ubuntu:~/brunnhilde-gui$ sudo ./install
Requirement already satisfied: pyqt5 in /usr/lib/python3/dist-packages (5.15.10)
Requirement already satisfied: PyQt5-sip<13,>=12.13 in /usr/lib/python3/dist-packages (from pyqt5) (12.13.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
cp: cannot stat 'design.py': No such file or directory
cp: cannot stat 'design.ui': No such file or directory
cp: cannot stat 'icon.png': No such file or directory
cp: cannot stat 'launch': No such file or directory
cp: cannot stat 'main.py': No such file or directory
[Desktop Entry]
Type=Application
Name=Brunnhilde GUI
Exec=/usr/share/brunnhilde-gui/launch
Icon=/usr/share/brunnhilde-gui/icon.png
Categories=Forensics and Reporting
chmod: cannot access '/usr/share/brunnhilde-gui/launch': No such file or directory
All of the requirements are met on the computer. Does anyone have any ideas why this is happening? I did have to work around the externally-managed-environment by running pip at the root so that could be an issue. Thank you in advance for any help.