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 I try to launch fman (via the script in usr/bin/ , nothing happens I get no feedback.
If I try to launch the binary in /opt/fman/fman/ , I get the following error message:
/opt/fman ᐅ ./fman
Traceback (most recent call last):
File "fman/main.py", line 21, in <module>
File "fman/main.py", line 4, in main
File "/root/fman/venv/lib64/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
File "fman/impl/application_context.py", line 11, in <module>
File "/root/fman/venv/lib64/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
File "fman/impl/metrics.py", line 7, in <module>
File "/root/fman/venv/lib64/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
File "ssl.py", line 101, in <module>
ImportError: libssl.so.10: cannot open shared object file: No such file or directory
[82751] Failed to execute script main
When I try to launch fman (via the script in
usr/bin/
, nothing happens I get no feedback.If I try to launch the binary in
/opt/fman/fman/
, I get the following error message:I'm on Fedora 38, BTW.
The text was updated successfully, but these errors were encountered: