Closed stevereiner closed 2 months ago
worked on ubuntu 22.04 with virt env python 3.10.12
on ubuntu non virt env python 3.12.4
error can't import name _imaging onnx config
File "/home/steve/.local/lib/python3.12/site-packages/transformers/onnx/config.py", line 36, in
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/steve/newdev/relik/test.py", line 2, in
Hi! Thanks for reporting the issue! It appears to be related to Python 3.12, as seen in similar issues on StackOverflow. Specifically, the problem seems to involve the wandb module. I recommend using Python 3.11 until the dependencies are updated.
We will enforce the Python version to be lower than 3.12 for the next releases until the issue is fixed.
After pip install relik in a virtual env
With just from relik import Relik or import relik Get OverflowError: Python int too large to convert to C long
python 3.12.6 Windows11