
====================================================================================================
PYTHON VERSION
====================================================================================================

Python 3.14.3


====================================================================================================
MINTDIM IMPORT LOCATION
====================================================================================================

mintdim file: D:\mintdim\mintdim\__init__.py
version: 0.1.8
python: C:\Users\HP\AppData\Local\Python\pythoncore-3.14-64\python.exe


====================================================================================================
CLI ENTRYPOINT DIRECT
====================================================================================================

python.exe : Traceback (most recent call last):
At line:2 char:5
+     & $Python -m mintdim.cli.main
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "D:\mintdim\mintdim\cli\main.py", line 5, in <module>
    from mintdim.apis.unit_build.cli.main import main as unit_build_main
ImportError: cannot import name 'main' from 'mintdim.apis.unit_build.cli.main' (D:\mintdim\mintdim\apis\unit_build\cli\main.py)


====================================================================================================
CLI SCRIPT ENTRYPOINT
====================================================================================================

[ERROR]
The term 'mintdim' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

====================================================================================================
UNIT BUILD CLI DIRECT
====================================================================================================

python.exe : Traceback (most recent call last):
At line:2 char:5
+     & $Python -m mintdim.cli.main unit-build
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "D:\mintdim\mintdim\cli\main.py", line 5, in <module>
    from mintdim.apis.unit_build.cli.main import main as unit_build_main
ImportError: cannot import name 'main' from 'mintdim.apis.unit_build.cli.main' (D:\mintdim\mintdim\apis\unit_build\cli\main.py)


====================================================================================================
UNIT BUILD CLI SCRIPT
====================================================================================================

[ERROR]
The term 'mintdim' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

====================================================================================================
LOGGER SAMPLE NORMAL
====================================================================================================

python.exe : G unit-build started
At line:2 char:5
+     & $Python -c "from mintdim.apis.unit_build.cli.main import log_ev ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (G unit-build started:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
  output  D:/tmp/out
  units   128,256,512
  batch   1000
  files   1
unit-build samples=100 tokens=2048 shard=0 unit=128
G unit-build shard  shard 0  -+  samples 100  -+  size 4096  -+  unit 128
  G+ Path: D:/tmp/out/unit_128/shard_000000.bin
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048


====================================================================================================
LOGGER SAMPLE NO_COLOR
====================================================================================================

python.exe : G unit-build started
At line:3 char:5
+     & $Python -c "from mintdim.apis.unit_build.cli.main import log_ev ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (G unit-build started:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
  output  D:/tmp/out
  units   128,256,512
  batch   1000
  files   1
unit-build samples=100 tokens=2048 shard=0 unit=128
G unit-build shard  shard 0  -+  samples 100  -+  size 4096  -+  unit 128
  G+ Path: D:/tmp/out/unit_128/shard_000000.bin
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048


====================================================================================================
LOGGER SAMPLE FORCE_COLOR
====================================================================================================

python.exe : G unit-build started
At line:3 char:5
+     & $Python -c "from mintdim.apis.unit_build.cli.main import log_ev ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (G unit-build started:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
  output  D:/tmp/out
  units   128,256,512
  batch   1000
  files   1
unit-build samples=100 tokens=2048 shard=0 unit=128
G unit-build shard  shard 0  -+  samples 100  -+  size 4096  -+  unit 128
  G+ Path: D:/tmp/out/unit_128/shard_000000.bin
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048
G unit-build complete
  output   D:/tmp/out
  samples  100
  tokens   2048


====================================================================================================
PYTEST
====================================================================================================

python.exe : C:\Users\HP\AppData\Local\Python\pythoncore-3.14-64\python.exe: No module named pytest
At line:2 char:5
+     & $Python -m pytest -q
+     ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\Users\HP\App...le named pytest:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 

