cannot import name 'take_command' from 'backend.command
The full terminal output was -
Process 1 Starting...
Process 2 Starting...
C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\venv311\Lib\site-packages\eel_init_.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources as pkg
C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\venv311\Lib\site-packages\eel_init_.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources as pkg
Process Process-1:
Traceback (most recent call last):
File "C:\Users\mishr\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users\mishr\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\run.py", line 6, in startJarvis
from main import start
File "C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\main.py", line 8, in
from backend.command import take_command
ImportError: cannot import name 'take_command' from 'backend.command' (C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\backend\command.py)
Process 2 terminated.
System is terminated.
cannot import name 'take_command' from 'backend.command
The full terminal output was -
Process 1 Starting...
Process 2 Starting...
C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\venv311\Lib\site-packages\eel_init_.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources as pkg
C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\venv311\Lib\site-packages\eel_init_.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources as pkg
Process Process-1:
Traceback (most recent call last):
File "C:\Users\mishr\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users\mishr\AppData\Local\Programs\Python\Python311\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\run.py", line 6, in startJarvis
from main import start
File "C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\main.py", line 8, in
from backend.command import take_command
ImportError: cannot import name 'take_command' from 'backend.command' (C:\Users\mishr\OneDrive\Documents\GitHub\PROJECTS-folder\jarvis\backend\command.py)
Process 2 terminated.
System is terminated.