<div dir="ltr">This may be off-topic. I have two custom python packages in a local repository that I install using FAI. One package is working (python3-ifcfg) fine while the other (python3-python-vxi11) fails.  If I install python3-python-vxi11 after the system reboots, it will install successfully without any errors.<div><br></div><div>During FAI I am getting the following errors (from fai.log):</div><div><br></div><div>Setting up python3-python-vxi11 (0.9-1) ...<br></div><div>  File "/usr/bin/py3compile", line 323, in <module></div><div>    main()</div><div>  File "/usr/bin/py3compile", line 302, in main</div><div>    compile(files, version,</div><div>  File "/usr/bin/py3compile", line 185, in compile</div><div>    for fn, version_to_compile in filter_files(files, e_patterns, versions):</div><div>  File "/usr/bin/py3compile", 128, in filter_files</div><div>    for fpath in files:</div><div>  File "/usr/share/python3/debpython/files.py", line 71, in filter_public</div><div>   for fn in files:</div><div>  File "/usr/share/python3/debpython/files.py", line 53, in from_package</div><div>    raise Exception("cannot get content of %s" % package_name)</div><div>Exception: cannot get content of python3-python-vxi11</div><div><br></div><div>After I reboot the system, the package seems to be fine:</div><div>$ dpkg -l | grep vxi11</div><div>ii   python3-python-vxi11                         0.9-1                            all</div><div>      Python3 VXI-11 driver for controlling instruments over Ethern</div><div><br></div><div>If I purge the package and reinstall there are  no errors, warnings, or exceptions.</div><div><br></div><div>This package was built using dh-python on a Debian 12 system.</div><div><br></div><div>Any suggestions?</div><div><br></div><div><br></div></div>