sukeesh / Jarvis

Personal Assistant for Linux and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can I get some help please?

CatalinIA7 opened this issue · comments

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'

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

So we have to replace this module...

Okay, fixed - replaced distutils with shutil.which