Tried the conda-forge installation, but choppa --help raises an error because the choppa/IO folder is missing from the package folder (i.e., from /Users/<user>/miniconda3/envs/choppa/lib/python3.9/site-packages/choppa).
Error is:
Traceback (most recent call last):
File "/Users/castelm3/miniconda3/envs/choppa/bin/choppa", line 6, in <module>
from choppa.cli.cli import cli
File "/Users/castelm3/miniconda3/envs/choppa/lib/python3.9/site-packages/choppa/cli/cli.py", line 5, in <module>
from choppa.IO.input import FitnessFactory, ComplexFactory
ModuleNotFoundError: No module named 'choppa.IO'
Tried the
conda-forge
installation, butchoppa --help
raises an error because thechoppa/IO
folder is missing from the package folder (i.e., from/Users/<user>/miniconda3/envs/choppa/lib/python3.9/site-packages/choppa
).Error is: