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
While trying to build 3.0.5 release against py3.12, we ran into some runtime failure
==> /opt/homebrew/Cellar/fobis/3.0.5_2/bin/FoBiS.py build -compiler gnu
Traceback (most recent call last):
File "/opt/homebrew/Cellar/fobis/3.0.5_2/bin/FoBiS.py", line 19, in <module>
from fobis.fobis import main
File "/opt/homebrew/Cellar/fobis/3.0.5_2/libexec/lib/python3.12/site-packages/fobis/__init__.py", line 23, in <module>
from future import standard_library
File "/opt/homebrew/Cellar/fobis/3.0.5_2/libexec/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
While trying to build 3.0.5 release against py3.12, we ran into some runtime failure
relates to Homebrew/homebrew-core#150016
The text was updated successfully, but these errors were encountered: