Varshith dharmaj commited on
Upload winerror_log.txt with huggingface_hub
Browse files- winerror_log.txt +12 -0
winerror_log.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
============================================================
|
| 2 |
+
Traceback (most recent call last):
|
| 3 |
+
File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\main_pipeline.py", line 77, in <module>
|
| 4 |
+
run_end_to_end_test()
|
| 5 |
+
~~~~~~~~~~~~~~~~~~~^^
|
| 6 |
+
File "C:\Users\Varshith Dharmaj\Downloads\major\math_verification_mvp\services\core_engine\main_pipeline.py", line 38, in run_end_to_end_test
|
| 7 |
+
print("\U0001f680 MVM▓ CORE NEURO-SYMBOLIC INTEGRATION PIPELINE VERIFICATION")
|
| 8 |
+
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 9 |
+
File "C:\Users\Varshith Dharmaj\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 19, in encode
|
| 10 |
+
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
|
| 11 |
+
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 12 |
+
UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f680' in position 0: character maps to <undefined>
|