Stefan Sullivan

Results 24 comments of Stefan Sullivan

I was also having this issues, and installing tensorflow-metal solved it for me: ``` poetry add 'tensorflow-metal; sys_platform == "darwin" and platform_machine == "arm64"' poetry add 'tensorflow==2.10.0; platform_machine!="arm64"' ```

Can someone help me with this? I'm installing portaudio with conda. I don't really know how packages are published in brew or conda. Is there a nightly conda package that...

I just came to check this bug. I'm seeing this as well. I do not have "don't slow down outer walls" checked for this filament. I also calculated the flow...

To clarify one detail, installing module outside of our package is error-prone. When you pip install the package, you will end up with `.../site-packages/run.py` and `.../site-packages/edgar/`. `run.py` is likely to...