LexiconCode
LexiconCode
> > > Hi folks I'm new to Caster but love the ecosystem. I have used Python in the past but not that extensively. I'd love to work on this...
> @LexiconCode that makes sense. I havent use pandoc before but there is only one file to convert if i am not wrong for the start? I will try to...
I'm not going to be able to take a closer look at this until the 24th. Considering the goals for whatever we use we need a format that can be...
Thanks for reporting this issue! The PIP install this very alpha and won't go live until the ccr rewrite and a couple of other features. So the PIP uninstall did...
@ethangoldstein Could you try executing the following in your Python environment? The following code should print the absolute path to your natlink user directory. ``` import natlinkstatus status = natlinkstatus.NatlinkStatus()...
@ethangoldstein That would be the issue `status.getUserDirectory()` is returning a blank path. What version of Natlink do you have installed? What is your current Natlink UserDirectory absolute path via `Configure...
@ethangoldstein Update to [natlink-4.2](https://sourceforge.net/projects/natlink/files/natlink/natlink4.2/setup-natlink-4.2.exe/download) rerun to test ``` import natlinkstatus status = natlinkstatus.NatlinkStatus() directory = status.getUserDirectory() print directory ```
This error also occurs if you try to use `python setup.py install`. So some further error handling is needed. However however the post install script is trying to address where...
Excellent! I'll let you know if I think of some additions. As a side note I sent you a message in Gitter with a proposal to consider.
perfect! Here's what i have so far, https://caster-lexiconcode.readthedocs.io/en/docs/readthedocs/Installation/Linux/Kaldi_Linux/ i'm thinking to drop `brew` altogether and move to `Pipenv` Edit I need to update the link