I'm trying to install xlwings in a Mac with Ventura 13.0. When I try to launch it (after importing it successfully, in a Jupiter notebook) I get this error msg: 'Make sure to have "appscript" and "psutil", dependencies of xlwings, installed.' If I try to reinstall it, I get:
Requirement already satisfied: xlwings in /Users/GFB/.venvs/aapy/lib/python3.10/site-packages (0.28.3)
Requirement already satisfied: appscript>=1.0.1 in /Users/GFB/.venvs/aapy/lib/python3.10/site-packages (from xlwings) (1.2.1)
Requirement already satisfied: psutil>=2.0.0 in /Users/GFB/.venvs/aapy/lib/python3.10/site-packages (from xlwings) (5.9.3)
Requirement already satisfied: lxml>=4.7.1 in /Users/GFB/.venvs/aapy/lib/python3.10/site-packages (from appscript>=1.0.1->xlwings) (4.9.1)
I've uninstalled dumpy, pandas and xlwings and reinstalled them in that order with conda ... I also updated wheel and then reinstalled xlwing, but I continue to get the same message