Re: [ccp4bb] scitbx issue....

2022-08-02 Thread Harry Powell
Hi Billy Many thanks for this - unfortunately, there are other dependencies that appear not to be included in > conda create -n new_environment -c conda-forge cctbx-base python=3.9 e.g. > [MacPro:~] harry% conda activate phenix_env > (phenix_env) [MacPro:~] harry% python > Python 3.9.13 | pac

Re: [ccp4bb] scitbx issue....

2022-08-01 Thread Billy Poon
Hi Harry, Can you try creating a new environment with cctbx-base? conda create -n new_environment -c conda-forge cctbx-base python=3.9 Then activate the environment to test [bkpoon@eeyore:~] conda activate new_environment (new_environment) [bkpoon@eeyore:~] python Python 3.9.13 | packaged by co