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

pyoxy: AttributeError: module 'importlib' has no attribute 'util' #727

Open
messense opened this issue Nov 30, 2023 · 0 comments
Open

pyoxy: AttributeError: module 'importlib' has no attribute 'util' #727

messense opened this issue Nov 30, 2023 · 0 comments

Comments

@messense
Copy link
Contributor

Works fine in a normal Python:

$ python3
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import importlib
>>> importlib.util
<module 'importlib.util' from '/usr/lib/python3.10/importlib/util.py'>

raise AttributeError in pyoxy:

$ ./pyoxy run-python
Python 3.10.9 (main, Dec 21 2022, 04:02:04) [Clang 14.0.3 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import importlib
>>> importlib.util
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'importlib' has no attribute 'util'
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