bcalden / ClusterPyXT

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

ModuleNotFoundError: No module named 'pychips' while running cluster.py #29

Closed ZareefJafar closed 3 years ago

ZareefJafar commented 3 years ago

Successfully installed pychips and tested it by importing it in python.

But "ModuleNotFoundError: No module named 'pychips'" is showing while trying to run cluster.py inside ciao-4.13 environment from ClusterPyXT (deleted the try except block from cluster.py)

command: python3 cluster.py

Error:

Traceback (most recent call last): File "cluster.py", line 5, in <module> import config File "/home/beerus/ClusterPyXT/config.py", line 2, in <module> import cluster File "/home/beerus/ClusterPyXT/cluster.py", line 12, in <module> import pychips ModuleNotFoundError: No module named 'pychips'