AravisProject / aravis

A vision library for genicam based cameras
GNU Lesser General Public License v2.1
872 stars 326 forks source link

Namespace Aravis not available #943

Open drmcnelson opened 10 hours ago

drmcnelson commented 10 hours ago

Describe the bug A clear and concise description of what the bug is.

Fresh install of aravis, per build instructions, host is Fedora 40.

Running a Python program that has previously worked on other platforms, the following error text is produced:

Traceback (most recent call last): File "/home/datacollection/TeensyDataAcquistion/Python_Programs/FireFly.py", line 48, in gi.require_version ('Aravis', '0.8') File "/usr/lib64/python3.12/site-packages/gi/init.py", line 122, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Aravis not available

Camera description:

Platform description:

Additional context Add any other context about the problem here.

drmcnelson commented 10 hours ago

Same as issue from a few years ago, https://github.com/AravisProject/aravis/issues/803#issue-1797787801

That cures the first bug, still have a bug not finding a run time library.

drmcnelson commented 10 hours ago

Next issue, the computer does not boot while the camera is connected.