I have followed the steps in the installation instructions, but when I run index.rst from the Codechat_system-Master I get this error.
Running on Windows 10 with Python 3.9.10
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "C:\Users\Sam\AppData\Local\Programs\Python\Python39\lib\site-packages\sphinx\config.py", line 340, in eval_config_file
exec(code, namespace)
File "c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx\conf.py", line 37, in
import CodeChat.CodeToRest
ModuleNotFoundError: No module named 'CodeChat'
c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx\index.rst:: ERROR: CodeChat renderer - unable to find the HTML output file c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx_build\index.rst.
Terminal showing where codechat_server is installed
I have followed the steps in the installation instructions, but when I run index.rst from the Codechat_system-Master I get this error. Running on Windows 10 with Python 3.9.10
The error from the terminal:
Build messages Loading project file c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx\codechat_config.yaml. c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx > sphinx-build . _build Running Sphinx v4.4.0
Configuration error: There is a programmable error in your configuration file:
Traceback (most recent call last): File "C:\Users\Sam\AppData\Local\Programs\Python\Python39\lib\site-packages\sphinx\config.py", line 340, in eval_config_file exec(code, namespace) File "c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx\conf.py", line 37, in
import CodeChat.CodeToRest
ModuleNotFoundError: No module named 'CodeChat'
c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx\index.rst:: ERROR: CodeChat renderer - unable to find the HTML output file c:\Users\Sam\Documents\CodeChat_system-master\CodeChat_Server\CodeChat_Server\templates\sphinx_build\index.rst.
Terminal showing where codechat_server is installed
Settings from VsCode