-
Notifications
You must be signed in to change notification settings - Fork 1
Description
D:\professional\React\Reactify Django\website>python manage.py reactify React_UI
Traceback (most recent call last):
File "D:\professional\React\Reactify Django\website\manage.py", line 22, in
main()
File "D:\professional\React\Reactify Django\website\manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "C:\Users\HP\Envs\Uliv\lib\site-packages\django\core\management_init_.py", line 419, in execute_from_command_line
utility.execute()
File "C:\Users\HP\Envs\Uliv\lib\site-packages\django\core\management_init_.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\Users\HP\Envs\Uliv\lib\site-packages\django\core\management\base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "C:\Users\HP\Envs\Uliv\lib\site-packages\django\core\management\base.py", line 398, in execute
output = self.handle(*args, **options)
File "C:\Users\HP\Envs\Uliv\lib\site-packages\reactify\management\commands\reactify.py", line 14, in handle
subprocess.run(f'''
File "c:\users\hp\appdata\local\programs\python\python39\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "c:\users\hp\appdata\local\programs\python\python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "c:\users\hp\appdata\local\programs\python\python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 3] The system cannot find the path specified
Facing above issue while run above command.
What is the issue? I need help.