There's a Module Not Found Error saying the Trinity cannot load numpy as a module when I ran it on a server. Since numpy is a python module, and Trinity runs it with a built-in python script, I am not sure how to deal with it. Any suggestions?
Bellow is a copy of the error output.
--------------------------------------------------------------------------------
------------ Trinity Phase 2: Assembling Clusters of Reads ---------------------
------- (involving the Inchworm, Chrysalis, Butterfly trifecta ) ---------------
--------------------------------------------------------------------------------
Number of Commands: 199403
succeeded(2) 0.00100299% completed.
Error encountered:: <!----
Errmsg:
Traceback (most recent call last):
import numpy
ModuleNotFoundError: No module named 'numpy'