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
Trying mkchimeenv on coconut results in some packages being installed editable as expected, while other packages seem to fall back on default system installs.
For example, pip list seems to indicate that ch_pipeline and ch_util are both installed as expected:
The packages that seem to be installed as expected are: ch_pipeline chimedb chimedb-config chimedb-data_index chimedb-dataflag chimedb-dataset
The ones that seem to have problems are: caput ch_util cora draco driftscan
The text was updated successfully, but these errors were encountered:
Trying
mkchimeenv
oncoconut
results in some packages being installed editable as expected, while other packages seem to fall back on default system installs.For example,
pip list
seems to indicate thatch_pipeline
andch_util
are both installed as expected:However, closer inspection shows that
ch_util
does not use the editable install:The packages that seem to be installed as expected are:
ch_pipeline chimedb chimedb-config chimedb-data_index chimedb-dataflag chimedb-dataset
The ones that seem to have problems are:
caput ch_util cora draco driftscan
The text was updated successfully, but these errors were encountered: