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
Possible issue with deprecation? Not entirely sure.
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/owen/.local/lib/python3.12/site-packages/ds4drv/__main__.py", line 6, in <module>
from .actions import ActionRegistry
File "/home/owen/.local/lib/python3.12/site-packages/ds4drv/actions/__init__.py", line 1, in <module>
from ..action import ActionRegistry
File "/home/owen/.local/lib/python3.12/site-packages/ds4drv/action.py", line 1, in <module>
from .config import add_controller_option
File "/home/owen/.local/lib/python3.12/site-packages/ds4drv/config.py", line 84, in <module>
class Config(configparser.SafeConfigParser):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Worked fine a month or two ago, now I get this when I try and run the program.
The text was updated successfully, but these errors were encountered:
Possible issue with deprecation? Not entirely sure.
Worked fine a month or two ago, now I get this when I try and run the program.
The text was updated successfully, but these errors were encountered: