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
@igalic even if you change head to use python3.7 - binary package stays unusable:
root@host01:~ # ioc help
Traceback (most recent call last):
File "/usr/local/bin/ioc", line 13, in <module>
from ioc_cli import cli
File "/usr/local/lib/ioc/ioc_cli/__init__.py", line 43, in <module>
from libioc.Datasets import Datasets
File "/usr/local/lib/python3.7/site-packages/libioc/Datasets.py", line 31, in <module>
import libioc.helpers
File "/usr/local/lib/python3.7/site-packages/libioc/helpers.py", line 37, in <module>
import jail as libjail
ModuleNotFoundError: No module named 'jail'
when installing
ioc
on FreeBSD-12.1-RELEASE, trying to run it will yield:the reason is that the python version is hard-coded, and with 12.1 it's wrong:
The text was updated successfully, but these errors were encountered: