xoscar
xoscar copied to clipboard
[BUG] python 3.12 pkgutil has no attribute 'ImpImporter'
Describe the bug
A clear and concise description of what the bug is.
tuptools_init_.py", line 16, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
To Reproduce
To help us to reproduce this bug, please provide information below:
- Your Python version
- The version of Xoscar you use #xoscar-0.1.3.tar.gz
- Versions of crucial packages, such as numpy, scipy and pandas
- Full stack of the error.
- Minimized code to reproduce the error.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Hi, @johnson7788 . Currently xoscar
does not support Python 3.12. xoscar
supports from Python 3.8 to 3.11 for now. In the future, we will support 3.12.
Is there any update for Non-supporting python 3.12?