LexiconCode

Results 282 comments of LexiconCode

[natlink_vert_out_of_process_v2](https://easyupload.io/4ya6t5) - Added more bat files to run .py file for tests

Yes, that seems intuitive to me. Is it a simple, wait for dragen.exe to load then execute loader?

There are no hacks needed for virtual environments in-process. All that is needed https://github.com/LexiconCode/natlink/blob/9761412be13e551947e71b6f9a9a600e96d6ce59/NatlinkSource/COM/appsupp.cpp#L208 We should use `PyConfig_InitIsolatedConfig` for in-process and out-of-process. The are problems with packages pollution from 32bit/64bit...

I misspoke about PyConfig_InitIsolatedConfig for out of process. The virtual environment does solve other issues with how pip install packages through the installer. I'm not sure, but there might be...

Possibly the installer, inconsistent DLL registration, and some of the Python 3 package management could be solved. However in process requires editing dragon ini, and DLL registration. Fundamentally Natlink cannot...

> ROCm https://github.com/ROCm/pytorch/branches/all?query=windows&lastTab=overview > ..pytorch rocm windows is coming q3 2025 aproximately https://github.com/ROCm/pytorch/issues/1802#issuecomment-2649202534

> Same problem here. Manually Installing Python 3.10.11 32 bit and then running the natlink install again made it work. Thank you, there are some significant changes coming that should...

All Right, here is what the error may look like for someone else. ``` "C:\Program Files\Git\bin\git.exe" checkout -B "main" "up/main" error: invalid path 'voices/con/adult/female/.gitkeep' error: invalid path 'voices/con/adult/male/.gitkeep' error: invalid...

@ROBERT-MCDOWELL FYI https://github.com/DrewThomasson/ebook2audiobook/issues/126 references this issue so it's not duplicate. Hopefully this issue can be reopened until there's confirmed commit to resolve the issue.

Looks like it cropped up 2.5 branch ``` Receiving objects: 100% (2932/2932), 203.18 MiB | 16.51 MiB/s, done. Resolving deltas: 100% (1540/1540), done. error: invalid path 'voices/con/adult/female/.gitkeep' fatal: unable to...