Closed HodaFakharzade closed 4 years ago
when I tried to run the example I got: ModuleNotFoundError: No module named 'pymsa.core.msa' how can I fix it?
ModuleNotFoundError: No module named 'pymsa.core.msa'
My bad, latest version of pyMSA was not released on pypi. It should be working now, use pip install pymsa.
pip install pymsa
when I tried to run the example I got:
ModuleNotFoundError: No module named 'pymsa.core.msa'
how can I fix it?