When running the packaged setup.py script ("pip install ." from a fresh Ubuntu LTS 16.04 image with miniconda installed), the script completes successfully, but MAGIC fails to run with the following error:
File "/home/ubuntu/miniconda3/bin/MAGIC.py", line 8, in <module>
import magic
File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/magic/__init__.py", line 2, in <module>
from . import mg
File "/home/ubuntu/miniconda3/lib/python3.6/site-packages/magic/mg.py", line 12, in <module>
import tables
ModuleNotFoundError: No module named 'tables'
This is rectified by installing pytables separately.
This may also underlie the discrepancy referenced in issue #39 (he installs pytables when explicit getting dependencies, but everything else gets properly installed as needed).
When running the packaged setup.py script ("pip install ." from a fresh Ubuntu LTS 16.04 image with miniconda installed), the script completes successfully, but MAGIC fails to run with the following error:
This is rectified by installing pytables separately.
This may also underlie the discrepancy referenced in issue #39 (he installs pytables when explicit getting dependencies, but everything else gets properly installed as needed).