pychimera icon indicating copy to clipboard operation
pychimera copied to clipboard

What exactly to do to import chimera module?

Open johnnytam100 opened this issue 2 years ago • 1 comments

In a google colab notebook, I did :

!pip install pychimera
import chimera

image

giving the error ModuleNotFoundError: No module named 'chimera'

May I know what exactly to do to import chimera module?

johnnytam100 avatar Oct 05 '23 07:10 johnnytam100

You'll need to install Chimera separately before pychimera.

jaimergp avatar Oct 05 '23 11:10 jaimergp