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
> pipx run yglu
Traceback (most recent call last):
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/bin/yglu", line 5, in <module>
from yglu.cli import main
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/lib/python3.12/site-packages/yglu/cli.py", line 6, in <module>
from .main import process
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/lib/python3.12/site-packages/yglu/main.py", line 5, in <module>
from .builder import build_all
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/lib/python3.12/site-packages/yglu/builder.py", line 7, in <module>
from .expression import Expression, Function, FunctionBlock
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/lib/python3.12/site-packages/yglu/expression.py", line 5, in <module>
import yaql
File "/home/jan/.local/pipx/.cache/3af48864adc97f2/lib/python3.12/site-packages/yaql/__init__.py", line 16, in <module>
import pkg_resources
EDIT: affected version is [email protected] (which is actually latest on pypy)
The text was updated successfully, but these errors were encountered:
https://docs.python.org/3/whatsnew/3.12.html
There is no more pkg_resources in python 3.12 (which is standard in e.g. ubuntu noble)
Longer situational description here: mu-editor/mu#2485
Let's see if we can fix it.
EDIT: affected version is [email protected] (which is actually latest on pypy)
The text was updated successfully, but these errors were encountered: