bcalden / ClusterPyXT

The Galaxy Cluster ‘Pypeline’ for X-ray Temperature Maps
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

No module named 'ciao_contrib' #43

Open alisson26 opened 9 months ago

alisson26 commented 9 months ago

Hi Brian, I'm new user ClusterPyXT and when I run the command clusterpyxt.py the linux show me the follow mesage:

File "/home/alisson/ClusterPyXT-master/acb.py", line 9, in <module>
    import ciao_contrib.runtool as rt
ModuleNotFoundError: No module named 'ciao_contrib'

apparently I don't have the ciao-contrib package installed. However, I am unable to install with

pip install ciao-contrib

or

sudo python ciao-contrib install

Could you help me with this issue?

I'm using ciao-4.16 and when I run ciaover -v the output is:

The current environment is configured for:
  CIAO        : CIAO 4.16.0 Tuesday, December 05, 2023
  Contrib     : Package release 0  Tuesday, November 28, 2023
  bindir      : /home/alisson/miniconda3/envs/ciao-4.16/bin
  Python path : /home/alisson/miniconda3/envs/ciao-4.16/bin
  CALDB       : 4.11.0
System information:
Linux alisson-550XBE-350XBE 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

I hope this information helps

Best, Alisson