You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some google colab + condacolab notebooks we actually ended up with CONDA_PREFIX not being set. So it would be great if the ncrystal conda packages could be made to work without the CONDA_prefix being set (the code DOES now after all that it is from the conda package).
The text was updated successfully, but these errors were encountered:
In a quick test on ubuntu + python 3.12, the python site packages dir is actually below CONDA_PREFIX/lib, so simply walking up from the directory of the ncrystal python modules, would eventually yield the libNCrystal.so file.
And in the CONDA_PREFIX dir itself, we have a conda-meta directory, so presumably we could also find CONDA_PREFIX by simply walking up until we see conda-meta, and then back down to the subdir named lib.
In some google colab + condacolab notebooks we actually ended up with CONDA_PREFIX not being set. So it would be great if the ncrystal conda packages could be made to work without the CONDA_prefix being set (the code DOES now after all that it is from the conda package).
The text was updated successfully, but these errors were encountered: