You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using podio-dump compiled in nightlies stack __version__.py is not installed to install directory, when installed the circular dependency emerges:
Traceback (most recent call last):
File "/home/jsmiesko/Work/FCC/podio/install/bin/podio-dump", line 10, in <module>
from podio import __version__
File "/home/jsmiesko/Work/FCC/podio/install/python/podio/__init__.py", line 25, in <module>
from . import root_io, sio_io, reading
ImportError: cannot import name 'sio_io' from partially initialized module 'podio' (most likely due to a circular import) (/home/jsmiesko/Work/FCC/podio/install/python/podio/__init__.py)
Reproduced by: compile latest version of podio in nightlies stack
Input: any root file
Output: see above
Goal: dump a file
The text was updated successfully, but these errors were encountered:
tmadlener
changed the title
__version__.py not installed + circular dependency
__version__.py not installed on CentOS7 and broken python import when built without SIO
Sep 21, 2023
tmadlener
changed the title
__version__.py not installed on CentOS7 and broken python import when built without SIO
__version__.py not installed on AlmaLinux9 and broken python import when built without SIO
Sep 21, 2023
tmadlener
changed the title
__version__.py not installed on AlmaLinux9 and broken python import when built without SIO
New python import structure does not work if SIO backend is not built
Sep 21, 2023
when using
podio-dump
compiled in nightlies stack__version__.py
is not installed to install directory, when installed the circular dependency emerges:The text was updated successfully, but these errors were encountered: