Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support py3.12 #129

Open
chenrui333 opened this issue Oct 17, 2023 · 0 comments
Open

Support py3.12 #129

chenrui333 opened this issue Oct 17, 2023 · 0 comments

Comments

@chenrui333
Copy link

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'

relates to Homebrew/homebrew-core#150016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant