I am encountering the following error:
File "C:\Users\DELL\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\joblib\externals\loky\backend\resource_tracker.py", line 66, in <module>
_IGNORED_SIGNALS = (signal.SIGINT, signal.SIGTERM)
^^^^^^^^^^^^^
AttributeError: module 'signal' has no attribute 'SIGINT'
I tried upgrading joblib but it did not work.