You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to preface this by saying thank you for creating this awesome tool! I am not sure if you already have an official docker image for this tool, but I just built one using your installation instructions.
In the process of out testing out the Docker image, it looks like the python package tables is also required:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/pandas/io/pytables.py", line 469, in __init__
import tables # noqa
ModuleNotFoundError: No module named 'tables'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt2/ACTINN/actinn_predict.py", line 309, in <module>
train_set = pd.read_hdf(args.train_set, key="dge")
File "/usr/local/lib/python3.6/site-packages/pandas/io/pytables.py", line 373, in read_hdf
store = HDFStore(path_or_buf, mode=mode, **kwargs)
File "/usr/local/lib/python3.6/site-packages/pandas/io/pytables.py", line 472, in __init__
'importing'.format(ex=str(ex)))
ImportError: HDFStore requires PyTables, "No module named 'tables'" problem importing
Can you please update your installation instructions to include this dependency?
Hello @mafeiyang ,
I just want to preface this by saying thank you for creating this awesome tool! I am not sure if you already have an official docker image for this tool, but I just built one using your installation instructions.
It is located here:
https://hub.docker.com/repository/docker/skchronicles/actinn
Here is the Dockerfile used to build the image
Please feel free to incorporate it with your Github repository, and have a great day!
Best Regards,
@skchronicles
The text was updated successfully, but these errors were encountered: