sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
2.99k stars 1.03k forks source link

can I get some help please? #1148

Closed CatalinIA7 closed 9 months ago

CatalinIA7 commented 10 months ago

Traceback (most recent call last): File "/Users/catalinanton/Jarvis/installer/main.py", line 3, in from helper import log_init, log_close File "/Users/catalinanton/Jarvis/installer/helper.py", line 3, in import distutils.spawn ModuleNotFoundError: No module named 'distutils'

pnhofmann commented 9 months ago

Hmm, okay - distutils appears to be deprecated https://docs.python.org/3.10/library/distutils.html

So we have to replace this module...

pnhofmann commented 9 months ago

Okay, fixed - replaced distutils with shutil.which