Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with keras #13

Open
themouldinator opened this issue Oct 30, 2018 · 0 comments
Open

Error with keras #13

themouldinator opened this issue Oct 30, 2018 · 0 comments

Comments

@themouldinator
Copy link

themouldinator commented Oct 30, 2018

Dear developer
I'm using a ubuntu VM with all the correct requirements after following the normal installation protocol and got this error.
Please can you suggest how to solve this

~/Deepbinner$ ./deepbinner-runner.py realtime --in_dir ~/fast5/pass/0 --out_dir ~/demultiplexed_fast5s --native
Traceback (most recent call last):
  File "./deepbinner-runner.py", line 19, in <module>
    main()
  File "/home/qiime2/Deepbinner/deepbinner/deepbinner.py", line 68, in main
    from .realtime import realtime
  File "/home/qiime2/Deepbinner/deepbinner/realtime.py", line 22, in <module>
    from .classify import load_and_check_models, classify_fast5_files, set_tensorflow_threads
  File "/home/qiime2/Deepbinner/deepbinner/classify.py", line 24, in <module>
    from keras.models import load_model
ImportError: No module named 'keras'

Just to note I checked back through the installation and keras is definitely installed successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant