futarisIRCcloud has quit [Quit: Connection closed for inactivity]
citypw has quit [Ping timeout: 240 seconds]
whitequark has joined #symbiflow
<whitequark>
mithro: i figured out why the conda installer doesn't work on debian
<whitequark>
when your install script runs pip, it really does run pip from the conda environment, and that uses the conda python
<whitequark>
however... conda python, for some incomprehensible reason, loads a third of the packages from the conda env, a third from ~/.local, and a third from /usr
<whitequark>
in other words, a classic conda experience
<mithro>
whitequark: I think a bunch of the issues we see in conda world stem from there being is a pretty strong mismatch between what the people who are paying the conda devs to do work (mostly enterprises like universities) and the majority of users (scientists/programmers) really want.
mkru has quit [Quit: Leaving]
<whitequark>
I used to have a very negative opinion of conda; I no longer really think that for a few different reasons
<whitequark>
I think Symbiflow shipping a conda-based toolchain that does not expose the end user to conda issues is basically fine. not perfect, but fine
titanbiscuit has quit [Ping timeout: 265 seconds]
<whitequark>
what I really hate though is having to work around conda issues myself, having spent several years doing that as an employee
<whitequark>
anyway, once you address all of the issues I filed, I think the Conda distribution of the toolchain should be usable for most people as long as they never actually touch the conda environment inside
titanbiscuit has joined #symbiflow
andrewb1999 has quit [Quit: Konversation terminated!]
<mithro>
whitequark: I'm mostly distracted with finishing off getting stuff published for the skywater-pdk stuff, hopefully acomodi or someone else will be able to finish off that stuff