Previous discussion on similar topics has been found here and a workaround is kindly provided by the original poster.
However, I would like to continue the discussion along the topics:
- Why does
crewai installorcrewai runhas to build its own.venveach time? - Some packages we use for drug R&D has to be installed from conda and not pip. I saw that a few packages are not being picked up in the
crewai installprocess. This means that I have to turn oninclude-system-site-packagesevery time. - For some packages, the
venvinstalled a different version than the version in my conda environment, which created issues for some functions. This can be addressed by manually configuring thepyproject.toml. However, it looks like currentlyuvdoes not have conda package support (see here) therefore still making it difficult to manage some packages that is only conda installable.