<feed xmlns='http://www.w3.org/2005/Atom'>
<title>TaSTT.git/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst, branch master</title>
<subtitle>Free self-hosted STT for VRChat.</subtitle>
<id>https://git.yummers.dev/TaSTT.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/TaSTT.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/'/>
<updated>2023-01-02T05:44:45+00:00</updated>
<entry>
<title>Embed git in package</title>
<updated>2023-01-02T05:44:45+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2023-01-02T05:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=e25bdba3a3a53b09be5269d8b065c13b73ab55c3'/>
<id>urn:sha1:e25bdba3a3a53b09be5269d8b065c13b73ab55c3</id>
<content type='text'>
package.ps1 fetches PortableGit and embeds it in the package. This
eliminates all but one runtime dependency (MSVC++ Redistributable).

* Move Python into a new FOSS folder.
</content>
</entry>
<entry>
<title>Check in `future` package</title>
<updated>2022-12-18T01:26:16+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-18T01:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=4d836989720523cd0363927e3e066f56b9dc445c'/>
<id>urn:sha1:4d836989720523cd0363927e3e066f56b9dc445c</id>
<content type='text'>
I hit some issues installing Whisper and had to embed this package.
I haven't taken the time to deeply understand what's going on. I think
that embedded Python follows different rules about resolving module
paths than regular system Python.

Basically, `future`'s setup.py has a line like `import src`, where
`src` is a module inside future (like `future/src/__init__.py`). This
doesn't work unless we put that directory on the search path.
</content>
</entry>
</feed>
