Varshith dharmaj commited on
Commit
498fabe
·
verified ·
1 Parent(s): eee22ec

Upload error5.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. error5.txt +32 -0
error5.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ============================================================
2
+ [RUNNING] MVM2 CORE NEURO-SYMBOLIC INTEGRATION PIPELINE VERIFICATION
3
+ ============================================================
4
+ [Pipeline] Dispatching Image 'C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\test_math.png' to Vision Subsystem...
5
+ [Pipeline] Dispatching Image 'C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\test_math.png' to Vision Subsystem (Bypassing Subprocess due to WinError 6)...
6
+ \n[OK] [LAYER 1] OCR Extraction Complete (Conf: 92.0%)
7
+ Transcribed Math: \int_{0}^{\pi} \sin(x^{2}) \, dx\n
8
+ [Orchestrator] Dispatching '\int_{0}^{\pi} \sin(x^{2}) \, dx' to 4 Parallel Models...
9
+ Traceback (most recent call last):
10
+ File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\agent_orchestrator.py", line 71, in run_agent_orchestrator
11
+ print(f"\u2705 {agent['name']} completed reasoning.")
12
+ ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
+ File "C:\Users\Varshith Dharmaj\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 19, in encode
14
+ return codecs.charmap_encode(input,self.errors,encoding_table)[0]
15
+ ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16
+ UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' in position 0: character maps to <undefined>
17
+
18
+ During handling of the above exception, another exception occurred:
19
+
20
+ Traceback (most recent call last):
21
+ File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\main_pipeline.py", line 66, in <module>
22
+ run_end_to_end_test()
23
+ ~~~~~~~~~~~~~~~~~~~^^
24
+ File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\main_pipeline.py", line 42, in run_end_to_end_test
25
+ agent_responses = run_agent_orchestrator(problem_text)
26
+ File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\agent_orchestrator.py", line 73, in run_agent_orchestrator
27
+ print(f"\u274c {agent['name']} generated an exception: {exc}")
28
+ ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ File "C:\Users\Varshith Dharmaj\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 19, in encode
30
+ return codecs.charmap_encode(input,self.errors,encoding_table)[0]
31
+ ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+ UnicodeEncodeError: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>