Kaleb Barrett
Kaleb Barrett
@lazka Read this: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHOME. `prefix` and `PYTHONHOME` should be one in the same. We put that line in place based on the [following recommendation](https://docs.python.org/3.9/using/windows.html#finding-modules). PYTHONHOME and the path to the...
This was also an issue for me (due to use of setuptools_scm on a project I am running in a container) and it took me a good while to find...
Looks like cleanup behavior depends on the type of simulator. I should probably just be using `git clean -xdf` instead.
Should we be trying to ensure that all sim artifacts end up in `SIM_BUILD`? Then we can just rm -rf that. No need for simulator specific cleanup.
Does this affect the FLI or the VPI or the VHPI?
I think maybe we can decompose the sessions into steps like you mentioned and provide "flow" sessions that simply call the appropriate stages.
Superceded by #3112.
> I had to install the packets libstdc++-static.i686 gcc-toolset-11-libstdc++-devel.i686 (no idea why they were not used before) I ran into the same problem. This is due to #3002. We just...
Yes me personally.
Works just fine on my machine, so I guess I keep playing around with it.